/* 공통 */
/* form layout*/
.common_input,.common_textarea,.common_select{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;transition:all 0.3s ease;font-size:15px;min-height:45px}
.common_input:focus,.common_textarea:focus,.common_select:focus{outline:none;border-color:#4C6CE6;box-shadow:0 0 0 3px rgba(76, 108, 230, 0.1)}
.common_textarea{min-height:150px;resize:vertical}

.form_label{width:90px;flex-shrink:0;font-size:15px;line-height:25px;margin-bottom:4px;font-weight:500;color:#111}
.form_row{display:flex;align-items:center;margin-bottom:15px}
.form_row:last-of-type{margin-bottom:0}
.form_block{width:100%}

.input_wrap{display:flex;flex-direction:column;gap:10px}
.input_group{display:flex;flex-direction:column}
.input_group2{display:flex;flex-grow:1;position:relative}

.phone_group{display:flex;gap:4px}
.phone_group .form_select{width:5rem}
.phone_group .form_input{flex:1}

.date_range_wrap{display:flex;align-items:center;flex-grow:1;gap:4px}
.date_range_wrap .common_input{flex-grow:1;width:auto}.date_tilde{margin:0 10px;font-size:16px}

.email_separator{margin:0 8px;font-size:16px;line-height:45px}

.radio_group{display:flex;gap:10px;margin-top:8px}
.radio_group{display:flex;gap:10px;margin-top:8px}
.radio_label{display:flex;align-items:center;gap:5px}

.form_input_fixed{width:200px}

.address_group{display:flex;gap:8px;margin-top:8px}
.address_group .common_input:first-child{width:200px;flex:none}
.address_group .common_input:last-child{flex:1}

.input_group2{gap:5px}
.mileage_unit{margin-left:8px;font-size:16px;line-height:45px}

.form_section{border-bottom:1px solid #e5e7eb;padding-bottom:20px;margin-bottom:20px}

/* button */
.btn_submit{width:100%;background:#5764f0;color:#fff;padding:8px 0;font-size:16px;font-weight:700;border:none;
border-radius:8px;cursor:pointer;transition:all 0.3s ease;position:relative;overflow:hidden;min-height:60px}
.btn_submit:hover {background:#4f5bda}

.btn_common{display:flex;justify-content:center;align-items:center;padding:6px 18px;border-radius:8px;cursor:pointer;font-size:15px;font-weight:500;min-width:100px;min-height:50px;transition:all 0.3s ease;}
.btn_primary{background:#5764f0;color:#fff}
.btn_primary:hover {background:#525ee0}
/*.btn_primary:hover {background:#fff}*/
.btn_white{background:#fff;color:#5764f0;border:1px solid #5764f0;}
.btn_white:hover {background:#525ee0;color:#fff}
.btn_line{background:transparent;border:1px solid #232868;color:#232868}

.btn_secondary:hover{background: #e5e7eb;color:#222}
.btn_small{display:flex;justify-content:center;align-items:center;padding:4px 15px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:700;min-width:80px;min-height:45px}
.btn_middle{display:flex;justify-content:center;align-items:center;padding:4px 15px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:700;min-width:120px;min-height:50px}

.button_center{display:flex;justify-content:center;gap:4px;margin-top:30px}
.btn_search{display:flex;justify-content:center;align-items:center;padding:4px 12px;border-radius:8px;cursor:pointer;font-size:15px;font-weight:500;
    min-width:85px;min-height:45px;transition:all 0.3s ease;}

.btn_blank{position:relative;padding-right:16px;margin-right:8px}
.btn_blank::after{content:'';position:absolute;top:-6px;right:-4px;display:block;
    background:url("/pages/kjcareer/img/sub/btn_blank_bl.png") no-repeat;width:16px;height:16px;background-size:16px}
.btn_blank:hover{color:#111;}

/* content */
.h3_title{font-size:32px;font-weight:400;color:#111;margin:70px 0 50px 0;line-height:normal}
.h4_title{font-size:22px;font-weight:700;color:#111;margin-bottom:20px}
.h4_title2{font-size:20px;font-weight:700;color:#111} /*여백x*/
.h4_title3{font-size:18px;font-weight:700;color:#111} /*여백x*/
.h5_title{font-size:17px;font-weight:700;color:#767676;margin-bottom:12px}

.h4_contitle{font-size:28px;font-weight:700;color:#111;margin-bottom:40px;text-align:center}
.h4_contitle2{font-size:28px;font-weight:700;color:#111;margin-bottom:15px;text-align:center}
.color_white{color:#fff}
.text_type1{font-size:16px;line-height:28px;color:#767676}

/* ul */
.ul_type1{list-style: disc;padding-left:20px;margin-bottom:40px;text-align:left}
.ul_type1 li{position:relative;font-size:16px;font-weight:400;color:#676767;padding-left:16px;line-height:32px}
.ul_type1 li:before{content: '';display: inline-block;width:4px;height:4px;position:absolute;top:14px;left:0;background:#673AFF}

.ul_type2{position:relative;padding-left:20px;margin-bottom:40px;text-align:left}
.ul_type2 li{position:relative;font-size:16px;font-weight:400;color:#676767;line-height:32px;padding-left:14px}
.ul_type2 li:before{content: '';display: inline-block;width:5px;height:1px;background:#676767;position:absolute;top:10px;left:0}

.table_type1{width:100%;margin-bottom:40px;background:#fff;overflow:hidden;border:1px solid #e5e7eb;border-radius:12px;}
.table_type1 th,.table_type1 td{padding:14px 12px;font-size:16px;text-align:center;vertical-align:middle;}
.table_type1 th{background:#f5f5ff;font-weight:700;color:#332d77;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;}
.table_type1 th:first-child{border-radius:12px 0 0 0;}
.table_type1 th:last-child{border-radius:0;border-right:none;}
.table_type1 td{background:#fff;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;}
.table_type1 td:last-child{border-right:none;}
.table_type1 td:first-child{border-left:none;}
.table_type1 tr:last-child td{border-bottom:none;}
.table_type1 th,.table_type1 td{border-top:none;}

.table_type2{width:100%;margin-bottom:40px;background:#fff;overflow:hidden;border:1px solid #e5e7eb;border-radius:12px;}
.table_type2 th,.table_type2 td{padding:14px 12px;font-size:16px;text-align:center;vertical-align:middle;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;}
.table_type2 th{background:#f5f5ff;font-weight:700;color:#201c4a;border-top:none;border-left:none;}
.table_type2 th:first-child{border-radius:12px 0 0 0;}
.table_type2 th:last-child{border-radius:0;}
.table_type2 td{background:#fff;border-left:none;}
.table_type2 tr:last-child td{border-bottom:none;}
.table_type2 th:last-child,.table_type2 td:last-child{border-right:none;}
.table_type2 tr:last-child td,.table_type2 td[rowspan]:last-child{border-bottom:none}

/* box */
.search_form_wrap{background:#fff;padding:30px 40px;border-radius:12px;border:1px solid #ddd;margin-bottom:40px}

.sub_content_topbox{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:24px 32px;gap:24px;margin-bottom:24px}
.sub_content_topbox .icon{width:110px;height:110px;display:flex;align-items:center;justify-content:center;background:url("/pages/kjcareer/img/sub/cont_box_circlebg.png") no-repeat;margin-right:20px}
.sub_content_topbox .text{flex:1}
.sub_content_topbox .text h3{font-size:22px;color:#222;font-weight:700;margin-bottom:10px}
.sub_content_topbox .text p{font-size:15px;color:#767676;margin-top:8px}
.sub_content_topbox .btn_apply{min-width:120px;height:48px;background:#5764f0;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:background 0.2s}
.sub_content_topbox .btn_apply:hover{background:#4C6CE6}

.sub_check_box{display:flex;align-items:center;background:#f8f8f8;border-radius:20px;padding:25px 30px;gap:24px;margin-bottom:24px}
.sub_check_box .icon{display:flex;align-items:center;justify-content:center;margin-right:20px}
.sub_check_box .text{flex:1}
.sub_check_box .text h3{font-size:18px;color:#222;font-weight:700;margin-bottom:10px}
.sub_check_box .text ul.ul_type2{margin:0;padding-left:0}

/* 검색박스에서 선택된 라벨 */
.selected_label_wrap{display:flex;gap:5px;padding:20px 0;border-top:1px solid #e5e7eb;margin-top:20px;margin-bottom:0}
.selected_label{position:relative;display:flex;align-items:center;background:#fff;border:1px solid #5764f0;color:#5764f0;border-radius:8px;height:40px;padding:0 18px;font-size:14px;font-weight:500;transition:box-shadow 0.2s}
.selected_label .label_close{opacity:0;pointer-events:none}
.selected_label .label_close{position:absolute;top:-2px;right:-4px;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;background:#e7e7e7;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 0.2s,opacity 0.2s}
.selected_label .label_close:before,.selected_label .label_close:after{content:"";position:absolute;left:50%;top:50%;width:8px;height:2px;background:#5764f0;border-radius:2px}
.selected_label .label_close:before{transform:translate(-50%,-50%) rotate(45deg)}
.selected_label .label_close:after{transform:translate(-50%,-50%) rotate(-45deg)}
.selected_label:hover .label_close{opacity:1;pointer-events:auto}

/* 온라인 오프라인 */
.career_apply_howto{display:flex;gap:24px;margin:25px 0 40px 0}
.career_apply_howto .apply_howto_box{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;background:#f8f8ff;border-radius:20px;padding:30px 25px;min-height:340px;box-shadow:0 2px 8px rgba(76,108,230,0.06);border:1px solid #e5e7eb;min-width:0}
.career_apply_howto .apply_howto_box h4{font-size:22px;font-weight:700;color:#111}
.career_apply_howto .apply_howto_box img{object-fit:contain;}
.career_apply_howto .apply_howto_box p{font-size:16px;color:#222;margin:0}
.career_apply_howto .apply_howto_box a{margin-top:14px}


/*input - radio check */
input[type=checkbox], input[type=radio] {--active: #275EFE;--active-inner: #fff;--focus: 2px rgba(39, 94, 254, .3);--border: #BBC1E1;--border-hover: #275EFE;--background: #fff;--disabled: #F6F8FF;--disabled-inner: #E1E6F9;-webkit-appearance: none;-moz-appearance: none;height: 21px;outline: none;display: inline-block;vertical-align: top;position: relative;margin: 0;cursor: pointer;border: 1px solid var(--bc, var(--border));background: var(--b, var(--background));transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;}
input[type=checkbox]:after, input[type=radio]:after {content: "";display: block;left: 0;top: 0;position: absolute;}
input[type=checkbox]:checked, input[type=radio]:checked {--b: var(--active);--bc: var(--active);--d-o: .3s;--d-t: .6s;--d-t-e: cubic-bezier(.2, .85, .32, 1.2);}
input[type=checkbox]:disabled, input[type=radio]:disabled {--b: var(--disabled);cursor: not-allowed;opacity: 0.9;}
input[type=checkbox]:disabled:checked, input[type=radio]:disabled:checked {--b: var(--disabled-inner);--bc: var(--border);}
input[type=checkbox]:disabled + label, input[type=radio]:disabled + label {cursor: not-allowed;}
input[type=checkbox]:hover:not(:checked):not(:disabled),input[type=radio]:hover:not(:checked):not(:disabled) {--bc: var(--border-hover);}
input[type=checkbox]:focus,input[type=radio]:focus {box-shadow: 0 0 0 var(--focus);}
input[type=checkbox]:not(.switch), input[type=radio]:not(.switch) {height:21px;width: 21px;}
input[type=checkbox]:not(.switch):after, input[type=radio]:not(.switch):after {opacity: var(--o, 0);}
input[type=checkbox]:not(.switch):checked, input[type=radio]:not(.switch):checked {--o: 1;}
input[type=checkbox] + label, input[type=radio] + label {font-size: 14px;line-height: 21px;display: inline-block;vertical-align: top;cursor: pointer;margin-left: 4px;}
input[type=checkbox]:not(.switch) {border-radius: 7px;}
input[type=checkbox]:not(.switch):after {width: 5px;height: 9px;border: 2px solid var(--active-inner);border-top: 0;border-left: 0;left: 7px;top: 2px;transform: rotate(var(--r, 20deg));}
input[type=checkbox]:not(.switch):checked {--r: 43deg;}
input[type=checkbox].switch {width: 38px;border-radius: 11px;}
input[type=checkbox].switch:after {left: 2px;top: 2px;border-radius: 50%;width: 15px;height: 15px;background: var(--ab, var(--border));transform: translateX(var(--x, 0));}
input[type=checkbox].switch:checked {--ab: var(--active-inner);--x: 17px;}
input[type=checkbox].switch:disabled:not(:checked):after {opacity: 0.6;}

input[type=radio] {border-radius: 50%;}
input[type=radio]:after {width: 19px;height: 19px;border-radius: 50%;background: var(--active-inner);opacity: 0;transform: scale(var(--s, 0.7));}
input[type=radio]:checked {--s: .5;}

.inputauto{width:auto;max-width:100px}

.radio_group1{display:flex;gap:20px;align-items: center}
.radio_group1 input[type=text]{width:auto;max-width:100px}
.radio_group1 .radio_box {position: relative;}
.radio_group1 .radio_box input[type=radio]  {border-radius: 50%;}
.radio_group1 .radio_box input[type=radio]:after {width: 19px;height: 19px;border-radius: 50%;background: var(--active-inner);opacity: 1;transform: scale(var(--s, 0.7));}
.radio_group1 .radio_box input[type=radio]:checked {--s: .5;}
.radio_group1 .radio_box input[type=radio] label {display: inline-block;border: 1px solid #ddd;width: 20px;height: 20px;border-radius: 50%;padding: 0;}

.check_group ul{display:flex;gap:20px;align-items: center}

/* 커리어 상단 이미지 */
.career_hero{position:relative;height:280px;border-radius:20px;overflow:hidden;margin-bottom:20px}
.career_hero img{width:100%;height:100%;object-fit:cover}
.career_hero::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.4);z-index:1}
.career_hero .hero_content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center;color:#fff;z-index:2}
.career_hero .hero_content h3{font-size:32px;font-weight:700;margin-bottom:20px}
.career_hero .hero_desc{font-size:18px;line-height:160%;font-weight:400;opacity:0.8}



/****** Mobile ******/
@media screen and (min-width:320px) and (max-width:690px){
.search_form_wrap{background:#f8f8f8;padding:20px;border-radius:0;border:none}
.form_label{font-size:14px;width:75px}

/* box */
.sub_content_topbox{flex-direction:column;text-align:center}
.sub_check_box{flex-direction:column;text-align:center}

.table_type1{overflow-x:auto;display:block;position:relative;margin-bottom:40px}
.table_type1 table{position:relative;min-width:600px}

.table_type2{overflow-x:auto;display:block;position:relative;margin-bottom:40px}
.table_type2 table{position:relative;min-width:600px}
/* form layout*/
.form_row{display:block}
.form_label{font-size:13px}
.common_input,.common_textarea,.common_select{font-size:14px}

.date_range_wrap{flex-wrap:nowrap;gap:4px;width:100%}
.date_range_wrap .common_input {min-width:0;width:100%;flex:1 1 0}

.selected_label_wrap {flex-wrap:wrap;gap:4px}
.selected_label_wrap .selected_label{font-size:13px;text-align:center}

.form_input_fixed{width:100%}
/* content */
.h3_title{font-size:24px;margin:50px 0 30px 0}
.h4_title{font-size:18px;margin-bottom:15px}

.h4_contitle{font-size:21px;margin-bottom:15px}
.h4_contitle2{font-size:21px}

.ul_type1{margin-bottom:20px}
.ul_type1 li,.ul_type2 li{font-size:15px;line-height:28px}
.ul_type1 li:before{top:12px}

    .inputauto{max-width:50px}
    .radio_group1{flex-wrap: wrap;gap:10px}
    .radio_group1 input[type=text]{max-width:50px}
    .check_group ul{flex-wrap:wrap;gap:10px}

/* 커리어 상단 이미지 */
.career_hero{height:250px;margin-bottom:40px;border-radius:15px}
.career_hero .hero_content h3{font-size:24px;margin-bottom:15px}
.career_hero .hero_desc{font-size:16px}
.career_hero .hero_desc br{display:none}
}
/****** tablet ******/
@media screen and (min-width:691px) and (max-width:1180px){

.radio_group1{flex-wrap: wrap;gap:10px}
.check_group ul{flex-wrap:wrap;gap:10px}

.h4_contitle{margin-bottom:15px}

/* 커리어 상단 이미지 */
.career_hero{height:250px;margin-bottom:40px;border-radius:15px}
.career_hero .hero_content h3{font-size:24px;margin-bottom:15px}
.career_hero .hero_desc{font-size:16px}
}


/****** desktop*****/
@media screen and (min-width:1181px) and (max-width:1600px){

    .radio_group1{flex-wrap: wrap;gap:10px}
    .check_group ul{flex-wrap:wrap;gap:10px}



}



