@charset "UTF-8";
main{line-height: 1.4;}
/* .hd_pc_t{background: #2f3033 !important;}
.footer{background-color: #000002 !important;} */
.dn{display: none !important;}

/* list 스타일 */
.dep00{margin: 1rem 0;}
.dep00 > li{margin: 1rem 0;}
.dep01 > li{font-size: 1.6rem;margin: 0.5rem 0;position: relative;padding-left: 1.6rem;}
.dep01 > li::before{position: absolute; content: "▶"; left: 0; font-size: 1rem; top: 0.4rem; }

.dep00 > li > .dep01{margin-left: 1rem;}
.dep02{font-size: 1.5rem; margin-top: 1.3rem;}
.dep02 > li{margin-bottom: 0.5rem;}

/* 새창열기 */
.txt_blank{color: #004cc2 !important; display: inline-block;}
.txt_blank span{display: inline-block; padding: 0 2.2rem 0 0; position: relative;}
.txt_blank span::before{position: absolute; content: ""; background: url("../img/blank.png") no-repeat; width: 1.8rem; height: 1.8rem; right: 0; top: 0.3rem; background-position-x: 0.1px;}
.mt01{margin-top: 1.5rem;}

/* 인트로 */
.eseven_visa_intro{background: #000002 url('../img/visa_intro_bg.jpg') no-repeat center right; padding: 12rem 1rem 20rem; background-size: cover; color: #fff; display: flex; align-items: center;}
.es_start h2{font-size: 5.5rem; font-weight: 700; margin-bottom: 2rem;}
.es_start h2 span{display: block; color: #185dff;}
.es_start p{font-size: 1.9rem; margin-bottom: 5rem;}
.es_start a{display: inline-block; color: #fff; font-size: 1.9rem; font-weight: 600; background: #1348c3; text-align: center; padding: 1.5rem 3rem; width: 19rem;}

@media all and (max-width: 991.98px) {
  .eseven_visa_intro{background-position: center right 80%;}
  .es_start{padding-top: 3rem;}
  .es_start h2{font-size: 5rem;}
}
@media all and (max-width: 480px) {
  .eseven_visa_intro{background-position: center right 80%; padding: 10rem 1rem 12rem;}
  .es_start h2{font-size: 3.7rem;}
  .es_start p{font-size: 1.7rem;}
  .es_start a{font-size: 1.7rem;}
}


/* 질문 폼 */
.eseven_visa_form{padding: 6rem 0;}
.es_form_wrap{max-width: 900px; margin: 0 auto;}
.es_form_wrap h2{font-size: 2.3rem; font-weight: 600; margin: 0 1rem 2.3rem 1rem;}
.es_form{background: #fff; box-shadow: 6px 6px 10px rgba(0,0,0,0.02);}
.es_form h3{background: #2f2f2f; color: #fff; padding: 1.8rem 4rem; font-size: 2rem;}
.es_bottom{padding: 4rem;font-size: 1.7rem;}

.q_list > li{margin-bottom: 1.7rem; position: relative;}
.q_list > li span{display: inline-block; margin-right: 0.6rem;}

.q_check{background: #f6f7f9; display: flex; justify-content: center; align-items: center; padding: 1rem; margin-top: 3rem; border-top: 1px solid; border-bottom: 1px solid #ddd;}
.q_check li{margin: 0 1.3rem;}
.q_check li label{margin-bottom: 0; margin-left: 0.5rem;}

.result_tit{margin-bottom: 2rem;}
.result_tit h4{margin-bottom: 1rem; line-height: 1.4; font-weight: 600;}
.result_tit h4 span{position: relative; display: inline-block; padding-left: 3.7rem; color: #0046b2;}
.result_tit h4 span b{position: absolute; left: 0; border-radius: 5rem; text-align: center; color: #fff; background: #0046b2; width: 3rem; height: 3rem;}
.result_tit h4 span.r01{color: #e71919;}
.result_tit h4 span.r01 b{background: #e71919;}
.result_tit h5{padding: 0.7rem 0 0 0.2rem;}

.rs_box{background: #f6f7f9; padding: 2rem;}
.rs_box01 > li{margin-bottom: 1rem;}

@media all and (max-width: 991.98px) {
    .eseven_visa_form{padding: 12rem 0 6rem 0;}
    .result_tit h4{font-size: 2rem;}
}
@media all and (max-width: 480px) {
    .es_bottom{padding: 2.5rem; font-size: 1.7rem;}
    .rs_box{padding: 1.4rem 1.6rem; font-size: 1.5rem;}
}


/* 처음, 이전, 다음으로 버튼*/
.q_btn{overflow: hidden; margin-top: 3rem;}
.q_btn a{padding: 1rem;}
.q_btn .q_home{float: left; position: relative; background: transparent; color: #000; border: 1px solid #333;}

.q_btn > div{float: right;}
.q_btn > div a{display: inline-block; position: relative; padding: 1rem 1.5rem 1rem 2.7rem; border: 1px solid #333;}
.q_btn > div a::before{position: absolute; content: ""; background: url('../img/q_prev.png') no-repeat; left: 1rem; top: 1.3rem;  width: 1rem; height: 1.4rem;}
.q_btn > div .q_next{position: relative; padding: 1rem 2.7rem 1rem 1.5rem; margin-left: 0.2rem; background: #004cc2; border: 1px solid #004cc2; color: #fff;}  
.q_btn > div .q_next::before{position: absolute; content: ""; background: url('../img/q_next.png') no-repeat; width: 1rem; height: 1.4rem; top: 1.3rem; right: 1rem;}

@media all and (max-width: 345px) {
    .q_btn a{font-size: 1.5rem; padding: 0.7rem !important;}
    .q_btn a::before{display: none;}
}

/* 세부조건확인하기 페이지*/
.q_check02{flex-wrap: wrap; padding: 2rem;}
.q_check02 li{width: 100%; margin: 0.5rem 0;}

.detail03 .dep01{display: flex;}

.occupation_li > li{margin-bottom: 2.5rem;}
.occupation_li > li > strong{display: block; margin-bottom: 1rem;}
.occupation_li .dep01{display: flex; flex-wrap: wrap; justify-content: space-between; background: #f6f7f9; padding: 2rem 3rem;}
.occupation_li .dep01 > li{width: 49%; padding-left: 0;}
.occupation_li .dep01 > li::before{display: none;}
.occupation_li .dep01 > li input{margin-right: 0.3rem;}
.caution{color: #c34848;}


.detail02 > .dep01{display: flex; flex-wrap: wrap;}
.detail02 > .dep01 > li{width: 49%;}

.detail_btn{display: block;}
@media all and (max-width: 600px) {
    .occupation_li .dep01 > li{width: 100%;}
}

.job_tit{margin-bottom: 2.5rem;}
.job_tit span{display: inline-block; padding-left: 2.4rem; position: relative; font-size: 1.7rem; font-weight: 500; color: var(--primary);}
.job_tit span::before{position: absolute; content: ""; left: 0; top: 2px; width: 16px; height: 16px;background: url('../img/job_tit.png') no-repeat; background-size: contain;}
.job_tit p{font-size: 1.6rem; margin-top: 0.7rem; color: #515153;}

.job_h4{font-weight: 500; font-size: 2.1rem; margin-bottom: 1.3rem;}
.job_h4 .h4_span{padding-left: 0; color: var(--primary); font-weight: 700;}

.rs_box2{margin-bottom: 3rem;}
.rs_box2{font-size: 1.6rem; background: #f6f7f9; padding: 2rem 2.2rem;}
.rs_box3{margin-bottom: 2rem; font-size: 1.6rem;}

.table_style.td_center table td{background: #fff;}
.tflex{gap: 6px;}

.job_h5{font-weight: 600; margin-bottom: 1.2rem; color: var(--primary); font-size: 2.1rem;}
h6{font-size: 1.7rem; font-weight: 700; margin-bottom: 1rem;}

/* 검색 */
@font-face {
    font-family: 'Paperlogy-7Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-4Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

.eseven_search{padding-top: 4rem;}
.job_banner{border-radius: 1.4rem; margin-bottom: 3rem; padding: 4rem 30rem 4rem 5rem; background: #ebf1fb url('/img/job_search2.png') no-repeat right 7rem bottom;}
.job_banner h2{font-family: 'Paperlogy-4Regular'; margin-bottom: 1.3rem;}
.job_banner h2 span{font-family: 'Paperlogy-7Bold';}
.job_bottom{padding: 4rem; background: #fff; border: 1px solid #e3e9f1; border-radius: 1.4rem;}
.list_top{display: flex; justify-content: space-between; align-items: center;}
.list_top .job_tit{margin-bottom: 0;}
.list_top .job_tit span{font-size: 1.8rem; font-weight: 500;}
.search_wrap{display: flex; align-items: center; gap: 2rem; margin: 2rem 0 3rem;}
.search_box input,
.search_box button{border: none !important; background: none; height: 47px;}

.search_box input:focus{border: none;  outline: none;}

.search_box{display: flex;align-items: center;border: 1px solid #d0021b; width: 100%; border-radius: 1rem; position: relative;}

.search_box input{width: calc(100% - 47px);padding-left: 2rem;}
.search_box button{width: 47px; padding: 1rem; text-align: center;}
.search_box button img{width: 25px; height: 25px;}

.custom_search_input {position: relative; z-index: 2; background: transparent;}
.custom_placeholder {position: absolute; left: 2rem; top: 50%; transform: translateY(-50%); color: #535353; font-size: 14px; pointer-events: none; z-index: 1; white-space: nowrap; width: 95%;}
.custom_placeholder_small {font-size: 13px; color: #8b96a4; display: inline-block;  margin-left: 1rem;}

.job_lst{display: flex; flex-wrap: wrap; column-gap: 2rem; padding-left: 1.2rem;}
.job_lst li{width: calc((100% - 4rem)/3); text-align: left; margin: 0.2rem 0; position: relative; padding-left: 0.6rem;}
.job_lst li::before{position: absolute; content: ""; width: 3px; height: 3px; border-radius: 5rem; left: 0; top: 10px; background: #0046b2;}
.job_lst li button{text-align: left; font-size: 1.4rem; border: none; background: none; color: #004cc2; padding: 0.3rem 0.5rem;}
.job_lst li button:hover{text-decoration: underline;}
.job_lst_no{justify-content: center;}

@media all and (max-width: 991.98px){
  .job_banner{background-size: 138px; background-position: right 3rem bottom;}
  .eseven_search{padding-top: 9rem;}
}
@media all and (max-width: 750px){
    .job_lst li{width: calc((100% - 2rem) / 2);}
}
@media all and (max-width: 620px){
  .job_banner{padding: 4rem 25rem 4rem 5rem;}
  .eseven_search{padding-top: 9rem;} 
  .job_banner h2{font-size: 2.2rem; margin-bottom: 1rem;}
  .job_lst{padding-left: 0;}
}
@media all and (max-width: 540px){
  .job_banner{padding: 3rem 12rem 3rem 3rem;background-size: 104px;background-position: right -13px bottom;}
  .list_top{flex-direction: column-reverse; align-items: baseline;}
  .job_link{width: 100%; display: flex;justify-content: flex-end; margin-bottom: 2rem;}
  .custom_placeholder_small{position: absolute; bottom: -38px; font-size: 12px; right: 0;}
  .search_wrap{margin: 1rem 0 4rem;}
  .search_box input, .search_box button{height: 40px;}
  .job_lst li{width: 100%;}
  .job_bottom{padding: 2rem 3rem 3rem 3rem;}
  .list_top .job_tit span{font-size: 1.4rem;}
  .list_top .job_tit span::before{width: 14px; height: 14px;}
  .custom_placeholder{left: 1.2rem; font-size: 1.3rem;}
}

/* @media all and (max-width: 434px){
 .job_banner{padding: 2rem 7em 2rem 3rem;}
} */

@media all and (max-width: 362px){
 .job_banner{padding: 2rem 3rem; background-image: none;}
}
