
/* ============================================== */
/* visa - 구인구직 (job)							  */
/* ============================================== */

/* +++++ 구인구직 본문 +++++ */
.mtop {margin-top:40px;}
.job_box_area {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
	margin-top: 60px;
    justify-content: flex-start;
}

.job_box {
    width: calc(100%/3 - 27px);
    margin-bottom: 60px;
    position: relative;
    flex-wrap: wrap;
    margin-right: 40px;
    justify-content: space-between;
    padding-bottom: 21.429%;
	overflow:hidden;
}
.job_box:hover{
	cursor:pointer;
}
.job_box a{
	position:relative;
	width:100%;
}

.job_box:nth-child(3n) {margin-right:0;}


.jobsumBox{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:20;
}
.jobsumBox img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    /* height: 100%; */
}

.job_box:hover .job_box_h{
	background: rgba(1, 180, 220, 0.5);
}
.job_box_h {
	width:100%;
	height:100%;
	position:absolute;
	/* background: rgba(1, 180, 220, 0.5); */
	background: rgba(0, 0, 0, 0.3);
	transition:all 0.3s;
	/* opacity:0; */
	z-index:25;
}

.job_box:hover .job_box_h{
	opacity:1;
}

.job_box_inner {
	z-index:30;
	top: 0;
    left: 0;
	width:100%;
	height:100%;
	padding:25px;
	position: absolute;
}

.j_Box_btxt {
	color:#fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 36px;
	font-family: Pretendard;
}

.j_Box_arrow {
	width:33px;
	height:33px;
	margin-top:15px;
	display:inline-block;
}

.j_Box_arrow img {
	width:100%;
	height:auto;
}

.j_Box_tagArea {
	bottom:25px;
    display: block;
	width:100%;
	position:absolute;
}

.j_Tag {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    font-family: Pretendard;
    margin: 5px 2px 0px 0px;
    padding: 5px 11px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.8);
}
.j_Tag:last-child {margin-right:0px;}
.sectors {color:#111;}
.place {color:#FF7070;}
.condition {color:#2E75FF;}
.floor {margin-bottom: 40px;}
/* +++++ 구인구직 본문 +++++ */


/* +++++ 구인구직 Select Box +++++ */

.job_selBox {
	position:relative;
	display:flex;
	width:100%;
	border-bottom:1px solid rgba(238, 238, 238, 1);
	margin:60px 0 00px 0px;
	padding-bottom:30px;
}
.visasel .secsel{width:140px!important; margin-right:10px;}
.visasel .worksel{width:160px!important; margin-right:10px;}
.visasel .job_select_box select{
	height:47px;
	width:100%!important;
	max-width:100%!important;
	border: 1px solid #EEEEEE;
	padding:0px 16px 0px 16px;
	
	cursor: pointer;
	font-family: Pretendard;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0px;
	text-align: left;
	margin-right:10px;
	
	-webkit-appearance: none;
	-moz-appearance: none;

	background-image: url(../img/visa/jobselarrow.png);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: right 9px center;
}
.job_select_box option {padding: 3px 10px;}
.adm_input_btn{
	cursor:pointer;
	background: #01B5DC;
	color:#fff;
	height:47px;
	width:100px;
	font-family: Pretendard;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: 500;
}
.adm_reset_btn {
	margin-left:10px;
    cursor: pointer;
    background: #444;
    position:relative;
    height: 47px;
    width: 100px;
}
.adm_reset_btn a {
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: Pretendard;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 47px;
}
.job_Warp .selectBox2 {
    width: 139px;
    padding: 14px 16px;
    border-radius: 0;
    border: 1px solid #EEE;
    margin-top: 0;
    height: 46px;
	background: url(/public/img/select-nav-arrow.png) no-repeat 87% 50%;
}	
.job_Warp .selectBox2:first-child {margin-right:10px;}	
.job_Warp .selectBox2 .label {height:100%;}
.job_select_box .selectBox2 .optionList {z-index: 3!important; top: 44px;}
.job_select_box option:nth-child(2n) {background:#F8F8F8;}
.job_select_box option :focus {background:inherit; color:inherit;}
/* +++++ // 구인구직 Select Box +++++ */

/* +++++ 구인구직 Tag +++++ */
.tag_wrap {margin-top:30px;}
.tag_wrap {
    margin-top: 30px;
    display: flex;
    overflow: scroll;
	overflow-y: hidden;
	position:relative;
	padding-bottom:15px;
}

.tag_wrap  {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.tag_wrap::-webkit-scrollbar {display: none; /* Chrome, Safari, Opera*/}
.tag_box {
	cursor: pointer;
    margin-right: 0px;
	color: #111;
    padding: 8px 15px;
    border-radius: 17px;
    display: inline-block;
    border: 1px solid #EEEEEE;
    transition: all 0.3s;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.tag_box:hover {color:#039BD0; border: 1px solid #01B5DC;}
.tag_box.current {color:#039BD0; border:1px solid #039BD0;}
.tag_btn_i {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 1px solid #DDD;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.btn_wrap.tag .swiper-button-next:after {display:none;}
.btn_wrap .swiper-button-next {
    z-index: 1;
    right: 0;
    left: inherit;
    top: 69px;
    transform: translateY(-50%);
    width: 100px;
    height: 31px;
	display: flex;
    justify-content: flex-end;
	background: linear-gradient(270deg, #FFFFFF 41.13%, rgba(255, 255, 255, 0) 100%);
}
.btn_wrap.tag {position:relative; padding-top: 30px; overflow: hidden;}
.job_Warp .tag .swiper-slide {width:auto!important;}
.job_Warp .tag .tag_btn {top: 105%!important;}
.btn_wrap.tag.mo_only::-webkit-scrollbar {display: none; /* Chrome, Safari, Opera*/}
.btn_wrap.tag.mo_only .tag_box {margin-right:8px;}
/* +++++ // 구인구직 Tag +++++ */

@media (max-width:1300px) {
	.job_box_inner {
		padding: 20px;
	}
	.j_Box_tagArea {
		bottom: 20px;
	}
	.job_box {
		width: calc(100%/3 - 20px);
		margin-bottom: 50px;
		margin-right: 30px;
		padding-bottom: 21.429%;
	}
	.j_Box_btxt {
		font-size: 30px;
		line-height: 34px;
	}
	.j_Tag {
		font-size: 14px;
		line-height: 16px;
		padding: 3px 8px;
		border-radius: 20px;
	}
}
@media (max-width:1100px) {
	.job_box {
		width: calc(100%/3 - 13.4px);
		margin-bottom: 40px;
		margin-right: 20px;
		padding-bottom: 21.429%;
	}
	.j_Box_btxt {
		font-size: 26px;
		line-height: 30px;
	}
}
@media (max-width:991px) {
	.btn_wrap.tag.mo_only {
		display: flex!important;
		flex-wrap: nowrap;
		overflow: scroll;
		overflow-y: hidden;
	}
	.sub_visa .mtop {margin-top: 0px;}
	
	.job_box {
		width: calc(100%/3 - 13.4px);
		margin-bottom: 40px;
		margin-right: 20px;
		padding-bottom: 31.429%;
	}
}


/* ============ popup ============ */
.popup_layer {
	position:fixed;
	top:0;
	left:0;
	z-index: 10000;
	width: 100%; 
	height: 100%; 
	background-color: rgba(0, 0, 0, 0.5);
}
/* ==== 팝업 박스 ==== */
.popup_box {
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    overflow: auto;
    height: 706px;
    width: 584px;
    transform: translate(-50%, -50%);
    z-index: 1002;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);
}
/* ==== // 팝업 박스 ==== */

/* ===== 컨텐츠 영역 ===== */
.popup_box .popup_cont {
    padding: 40px 50px;
    font-size: 14px;
    height: 100%;
}
.popup_cont_title {
	color:#111;
	font-size: 36px;
	font-weight: 800;
	line-height: 36px;
}
.popup_cont_img {margin:25px 0px 20px 0px;}
.popup_cont_img img {width: 100%;}
.popup_t {display:flex; margin-bottom:7px;}
.popup_t:last-child {
	margin-bottom:0;
}

.pop_hash_t {
	width:100%;
	max-width:190px;
	
	color:#555;
	font-family: Pretendard;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
}

.popup_t.area .pop_hashtag p {color:#FF7070;}
.popup_t.cont .pop_hashtag p {color:#2E75FF;}

.pop_hashtag {
    display: flex;
    flex-wrap: wrap;
}


.pop_hashtag p {
   font-family: Pretendard;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
    padding: 4px 12px;

    background-color: rgba(255,255,255,0.8);
	
	border-radius:20px;
	border: 1px solid #DDDDDD;
	margin-bottom: 5px;
	margin-right:5px;
}
/* ==== 팝업 박스 ==== */
.close_btn {position: absolute; right: 18px; top: 19px;}
.join_btn {
	width:100%;
	height:55px;
	margin-top: 15px;
	border-radius:27px;
	background:#039BD0;
}
.join_btn p {
	color:#fff;
	font-family: Pretendard;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-align:center;
	padding:16px 0px 17px 0px;
}
.popup_backg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
}
/* // popup*/

@media (max-width:991px) {
	.tag_btn {display:none;}	
	.job_selBox {
		margin:4px 0px 0px 0px;
		padding-bottom:15px;
	}
	.job_Warp .selectBox2 {width:108px;}
	.job_Warp .selectBox2 .label {
		font-family: Pretendard;
		font-size: 13px;
		font-weight: 500;
		line-height: 17px;
		letter-spacing: 0px;
		text-align: left;
	}
	.tag_wrap {
		display: flex;
		margin-top: 15px;
		overflow: scroll;
		overflow-y: hidden;
		padding-bottom:0;
	}
	.btn_wrap.tag {padding-top: 15px;}
	.btn_wrap .swiper-button-next {display:none;}
	.tag_name {
		padding: 8px 15px;
		border-radius: 17px;
		display: inline-block;
		border: 1px solid #EEEEEE;
		transition: all 0.3s;
		font-size:13px;
	}
	.job_box_area {width: 100%; margin-top: 30px;}
	.job_box {
		width: calc(100%/2 - 10px);
		margin-right:20px;
		margin-bottom: 30px;
	}
	.job_box:nth-child(3n) {margin-right:20px;}
	.job_box:nth-child(2n) {margin-right:0px;}
	
	.job_select_box select {margin-right:15px; max-width: 109px;}
	.j_Box_btxt {font-size: 30px; line-height: 32px;}
	.j_Box_arrow {width: 25px; height: 25px; margin-top: 12px;}
	.j_Tag {font-size: 13px; line-height: 16px; padding: 5px 11px;}
	.popup_box {width:calc(100% - 40px); height:auto;}
}


@media (max-width:767px) {
	
	.job_box_inner {padding: 20px;}
	.j_Box_btxt {font-size: 27px; line-height: 27px;}
	.popup_box {width:calc(100% - 60px); height:auto;}
	.popup_box .popup_cont {padding: 30px 20px; height: 100%;}
	.pop_hash_t {width: 100%; max-width: 120px;}
	
	.visasel .job_select_box select {
		height: 39px;
		width: 140px;
		padding: 0px 14px 0px 14px;
		font-size: 13px;
		font-weight: 500;
		line-height: 17px;
		margin-right: 5px!important;
		background-position: right 9px center;
	}
	.adm_input_btn {height: 39px; width: 70px; font-size: 13px;}
	.adm_reset_btn{margin-left:5px; height: 39px; width: 70px;}
	.adm_reset_btn a{font-size: 13px; line-height:39px;}
}
@media (max-width:600px) {
	.job_box {width: 100%; margin-bottom: 25px; margin-right: 0; position: relative;padding-bottom: 71.25%;}
	.job_box:nth-child(3n) {margin-right:0px;}
	.j_Box_tagArea{width:auto;}
}
@media (max-width:500px) {
	
	.visasel .secsel {width: 130px!important; margin-right: 5px;}
	.visasel .worksel {width: 60%!important; margin-right: 5px;}
}
/* ============================================== */
/*   // visa - 구인구직 (job)	//				  */
/* ============================================== */


/* ============================================== */
/*  visa - 구인구직 detail				  		  */
/* ============================================== */
#job_detail {
	width:100%;
	max-width:1400px;
	padding:100px 20px 180px;
	margin:0 auto;
}
.job_d_wrap {display: flex; justify-content: space-between;}
.job_d_left {
    width: 100%;
	margin-right:20px;
    max-width: 895px;
}
.job_d_left_Img {
    width: 100%;
    position: relative;
    /* padding-bottom: 68.157%; */
    overflow: hidden;
}
.job_d_left_Img img {
	width:100%;
    /* position: absolute; */
    /* top: 0; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    max-width: 100%;
}
.job_d_title {
	color:#111;
	font-size: 45px;
	font-weight: 800;
	line-height: 54px;
	font-family: Pretendard;
	margin:40px auto 30px;
}
.jb_t {display:flex; margin-bottom:15px;}
.jb_t:last-child {margin-bottom:0;}
.jb_hash_t {
	width:100%;
	max-width:190px;
	
	color:#777;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}
.jb_t.area .jb_hashtag p {color:#FF7070;}
.jb_t.cont .jb_hashtag p {color:#2E75FF;}
.jb_hashtag {display: flex; flex-wrap: wrap;}
.jb_hashtag p {
	margin-bottom:6px;
	font-family: Pretendard;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
    padding: 7px 14px;
    background-color: rgba(255,255,255,0.8);	
	border-radius:20px;
	border: 1px solid #DDDDDD;
	margin-right:5px;
}
.job_d_right .scr_box {
	height:866px;
	max-width:380px;
	border:1px solid #EEE;
	overflow-y:scroll;
}
.scr_box::-webkit-scrollbar {width: 5px; height:600px;}
.scr_box::-webkit-scrollbar-thumb {background-color: #BBBBBB; border-radius:4px;}
.scr_box::-webkit-scrollbar-track {background-color: none;}
.scr_box_inner {padding:40px 30px;}
.scr_box_title {
	font-family: Pretendard;
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
	color:#039BD0;
	margin-bottom:10px;
}
#job_detail .q_box {
	width: 100%;
	height:55px;
    display: flex;
    align-items: center;
	border-bottom: 1px solid #EEE;
}
#job_detail .title {
	font-family: Pretendard;
	width:100px;
	font-size: 17px;
	font-weight: 500;
	line-height: 20px;
	color:#777;
}
.j_sel_area {width: 66%;}
.j_sel_area input {
	border:none; 
	width:100%;
	font-family: Pretendard;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
}
.q_box.email {border-bottom:none!important;}

#job_detail select {
	font-family: Pretendard;
    cursor: pointer;
    font-size: 17px;
    line-height: 20.4px;
    color: #333;
    margin-right: 0px;

    border: none;
    background: none;

    background: url(../img/select-nav-arrow.png) no-repeat 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    bottom: 0;
    left: 0;
	width:100%;
	padding-bottom:0px;
}
.selectBox2.j {
	width:66%;
	margin-top:0px;
	border-bottom:none;
}
.selectBox2.j .label {
    font-size: 17px;
    color: #333;
}
.selectBox2.j .optionList {top:47px; border-top:none;}
.q_box input:focus, select:focus, option:focus, textarea:focus, button:focus{outline: none;}
.q_box input::placeholder {
	font-family: Pretendard;
	color:#CCC;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
}
.q_text_area textarea {
	padding: 15px;
    width: calc(100% - 30px);
	border: 1px solid #EEEE;
	resize:none;
	
	font-family: Pretendard;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
}
.q_text_area textarea::placeholder {
	font-family: Pretendard;
	color:#CCC;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}
.flie_uploadArea {margin:40px 0;}
.flie_uploadArea .scr_box_title {margin-bottom:20px;}
.file_btn {
	font-family: Pretendard;
	height:55px;
	width:100%;
	font-size:17px;
	line-height: 20.4px;
	text-align: center;
	border:1px solid #DDD;
	border-radius:28px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.file_btn.upload {
	color:#777;
	font-weight: 500;
	cursor:pointer;
}
.file_btn.upload_name {
	color:#111;
	font-weight: 500;
	margin-bottom:10px;
	position:relative;
	cursor:pointer;
}
.file_del {
    width: 10px;
    position: absolute;
    right: 20px;
	cursor:pointer;
}
.file_del img {width:100%;}
input#file1 {
    font-family: Pretendard;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
	width:100%;
}


.send_info {
	color:#fff;
	cursor:pointer;
	font-family: Pretendard;
	height:55px;
	width:100%;
	font-weight:600;
	font-size:18px;
	line-height: 21.6px;
	text-align: center;
	background: #01B5DC;
	border-radius:27px;
	display: flex;
    justify-content: center;
    align-items: center;
}


/*----- #  첨부파일 css 시작 ------*/
.btcd-f-input {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.file_input_textbox {
    float:left;
    height:29px;
}
.file_input_div {
	text-align: center;
    position: absolute;
    width:70px;
	height:40px;
    overflow:hidden;
}
.file_input_div::before{content: "첨부하기";
    position: absolute; left: 0; top: 0;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    width: 70px;
    background-color: #666;
    color: #fff;
}
.file_input_img_btn {
	background-color: #999999;
	text-align: center;
	width: 50px;
	height: 40px;
	border-radius:0px;
    display: none;
}
.file_input_img_btn img{display: inline-block; width: 100%;}
.file_input_hidden {
    font-size:29px;
    position:absolute;
    right:0px;
    top:0px;
    opacity:0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    cursor:pointer;
}
.file_up_load_box{height: 40px; width: 100%;}
.file_up_load_box input{
	height: 40px !important;
	width: 100%;
    background-color: #f7f7f7;
    font-size: 15px;
    margin-left: 80px!important;
    border: none !important;
	font-family: 'Noto Sans KR', sans-serif;
    padding-left: 20px!important;
}
.file_up_load_box input::placeholder{
	color: #999999;
	font-size: 13px;
	font-family: 'Noto Sans KR', sans-serif;
}
.flie_uploadArea input::file-selector-button {
	color: #777;
    cursor: pointer;
    font-family: Pretendard;
    height: 50px;
	width:100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    background: #FFF;
    border-radius: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
	border:1px solid #DDD;
	margin-bottom:10px;
}
/*----- #  첨부파일 css 끝 ------*/

@media (max-width:1200px){
	/* .job_d_left_Img { */
		/* padding-bottom: 80.157%; */
	/* } */
}
@media (max-width:991px){
	#job_detail {padding:40px 20px 80px;}
	.job_d_title {
		font-size: 30px;
		font-weight: 700;
		line-height: 36px;
		margin: 30px auto 20px;
	}
	#job_detail .q_box {height:50px;}
	.scr_box_inner {padding: 25px;}
	.jb_t {margin-bottom: 20px; flex-direction: column;}
	.jb_hash_t { 
		min-width: inherit; 
		max-width: inherit;
		margin-bottom: 13px;
		width: 100%;
		font-size: 15px;
		line-height: 18px;
	}
	.jb_hashtag p {
		font-size: 14px;
		font-weight: 500;
		line-height: 17px;
	}
	.jb_hash_t .mo_br {display:none;}
	.scr_box_title {font-size: 15px; line-height: 18px;}
	#job_detail .title {
		width:95px;
		font-size: 15px;
		line-height: 18px;
	}
	.j_sel_area input {font-size: 15px; line-height: 18px;}
	.q_box input::placeholder {font-size: 15px; line-height: 18px;}
	.q_text_area textarea {font-size: 15px; line-height: 18px;}
	.flie_uploadArea {margin:30px 0;}
	.file_btn {font-size: 15px; line-height: 18px;}
	.send_info {height: 50px; font-size: 15px; line-height: 19px;}
	.selectBox2.j .label {font-size:15px; line-height:18px;}
	.selectBox2.j .optionList {top:44px; border-top:none;}
}

@media (max-width:767px){
	.jb_hash_t .mo_br {display:none;}
	.job_d_wrap {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	#job_detail .q_box {justify-content: space-between;}
	.job_d_left {margin-right:0px;}
	.job_d_left_Img {
		padding-bottom: 0%;
	}
	.job_d_left_Img img {
		position: relative;
		top: 0;
		left: inherit;
		transform: inherit;
		max-width: 100%;
	}
	
	.job_d_right {margin-top: 44px; max-width: inherit;}
	.job_d_right .scr_box {max-width: inherit;}
	.job_d_right .scr_box {height:auto; overflow-y:hidden;}	
}
/* ============================================== */
/*   // visa - 구인구직 detail	//				  */
/* ============================================== */


/* ============================================== */
/*  visa - LMIA	(lmia)와 취업비자					  */
/* ============================================== */
#lmia .v_top_bg {
    width: 100%;
    height: 300px;
    background: url(../img/visa/lmia_top_bg.jpg) no-repeat center/cover;
}
#lmia thead td {width: calc(100%/4); padding: 12px 0 14px 0px;}
#lmia .row_line ul li {padding-left: 0;}
.row_line ul li::before {display: none;}
@media (max-width:991px) {
	#lmia .v_top_bg {
		width: 100%;
		height: 140px;
		margin-top: 0px;
		background: url(../img/visa/lmia_top_bg_mo.jpg) no-repeat center/cover;
	}
	#lmia .ca_student {padding-left:0px;}
}
/* ============================================== */
/*   // visa - LMIA	//							  */
/* ============================================== */

/* ============================================== */
/*   visa - 학생비자 (study_permit)				  */
/* ============================================== */

#study_per .v_top_bg {
    width: 100%;
    height: 300px;
    background: url(../img/visa/stduy_top_bg.jpg) no-repeat center/cover;
}

.v_sub_txt {
	color: #555;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
.v_sub_txt span {font-weight:500;	}
.visa_cont02_txt {margin-top:100px;}
.v_cont02_box {display: flex;}
.v_cont02_box .left_box {
    width: 28.58%;
	max-width:400px;
}
.left_box .b_title {
	font-family: Pretendard;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
}
.v_cont02_right_wrap {width: calc(100% - 28.58%);}
.v_cont02_box .right_box {margin-bottom:30px;}
.r_bt {
	color:#111;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	position:relative;
	padding-left:16px;
	margin-top:30px;
}
.r_bt.first {margin-top:0;}
.blue_text.first {margin-top: 0;}
.r_bt::before {
	content:'';
	width:6px;
	height:6px;
	background: #00316A;
	position:absolute;
	left:0;
	top:15px;
	border-radius:50%;
	transform:translateY(-50%);
}
.r_st {
	color:#555;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-top:8px;
	padding-left:16px;
}
.r_st.link {text-decoration:underline;}
.visa_table {
	width: 100%;
	margin-top:15px;
	border-bottom:1px solid #EEE;
}
.visa_table.lmia {margin-top:0;}
.visa_table thead {
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	text-align:center;
	color: #FFFFFF;
	background: #00316A;
}
.visa_table.student tbody td {color:#777;}
thead td {padding:12px 0 14px 0px;}
tbody td {
	color:#111;
	height:45px;
	font-family: Pretendard;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	border-left: 1px solid #EEE;
}
tbody th {
	color:#111;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}
.v_cont02_box.nu02 {margin-top:100px;}
.r_sbt {
	color:#111;
	font-family: Pretendard;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}
.blue_text {margin-top:30px;}
.blue_t {
	color:#00316A;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	padding-left:16px;
	position:relative;
}
.blue_t::before {
	content: '';
    width: 6px;
    height: 6px;
	left: 0;
    top: 50%;
    background: #00316A;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
}
.blue_t.two_line::before {
	top:9px;
	transform:inherit;
}
.blue_s {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 8px;
	padding-left:16px;
}
.ca_student {
	margin-top: 12px;
	padding-left: 15px;
}
.ca_student li {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color:#555;
	margin-top:8px;
	position:relative;
	padding-left:15px;
}
.ca_student li:first-child {margin-top:0;}
.ca_student li::before {
	content: '';
    width: 4px;
    height: 4px;
	left: 0;
    top: 13px;
    background: #777;
    position: absolute;
    border-radius: 50%;
}
@media (max-width:991px) {
	.v_cont02_box {display: flex; flex-direction: column;}
	.v_cont02_box .left_box {width: 100%; max-width: inherit;}
	.v_cont02_right_wrap {width:100%;}
	.v_cont02_box.nu02 {margin-top:60px;}
	#study_per .v_top_bg {
		width: 100%;
		height:140px;
		margin-top: 16px;
	}
	.ca_student li::before {width:3px; height:3px; top: 13px;}
}

@media (max-width:767px) {
	.v_sub_txt {
		color: #555;
		margin-top: 20px;
		font-size: 15px;
		line-height: 24px;
	}
	#study_per .mtop {margin-top:0;}
	.visa_cont02_txt {
		margin-top: 40px;
	}
	#study_per .left_box .b_title {
		font-size: 17px;
		line-height: 24px;
		margin-bottom:16px;
	}
	.r_bt {
		font-size:15px;
		font-weight: 500;
		line-height: 22px;
		padding-left:10px;
		margin-top:20px;
	}
	.r_bt::before {
		content: '';
		width: 4px;
		height: 4px;
		position: absolute;
		left: 0;
		top: 10px;
		border-radius: 50%;
		transform: translateY(-50%);
	}
	.r_st {
		color: #555;
		font-size: 15px;
		line-height: 22px;
		margin-top: 6px;
		padding-left: 10px;
	}
	.visa_table {margin-top: 10px;}
	thead td {
		line-height: 12px;
		letter-spacing: 0em;
		text-align: center;
		font-size: 11px;
	}
	tbody th {font-size: 11px; line-height: 12px;}
	tbody td {
		color: #777;
		height: 32px;
		font-size: 11px;
		line-height: 13.2px;
	}
	.v_cont02_box.nu02 {margin-top: 40px;}
	.r_sbt {
		font-family: Pretendard;
		font-size: 15px;
		font-weight: 500;
		line-height: 22px;
	}
	.blue_t {
		color: #00316A;
		font-size: 15px;
		font-weight: 500;
		line-height: 22px;
		padding-left: 10px;
		position: relative;
	}
	.blue_t::before {width: 4px; height: 4px;}
	.blue_text {margin-top: 20px;}
	.blue_s {
		font-size: 15px;
		line-height: 22px;
		margin-top: 6px;
		padding-left: 10px;
	}
	.ca_student {margin: 12px 0px 12px 0px; padding-left:10px;}
	.ca_student li {
		font-size: 15px;
		line-height: 22px;
		margin-top: 8px;
		position: relative;
		padding-left: 10px;
	}
}
/* ============================================== */
/*   // visa - 학생비자 (study_permit)				  */
/* ============================================== */

/* ============================================== */
/*   visa - 주재원 비자 (Intra-company transferees)	  */
/* ============================================== */

#intra .v_top_bg {
    width: 100%;
    height: 300px;
    background: url(../img/visa/intra_top_bg.jpg) no-repeat center/cover;
}

#intra .ca_student {
	margin-top: 8px;
}

.r_st.depth02 {
	margin-left:14px;
	position:relative;
}

.r_st.depth02::before {
	content: '';
    width: 4px;
    height: 4px;
    left: 0;
    top: 50%;
    background: #777;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
}
thead th {font-weight:500;}


@media (max-width:991px){
	#intra .v_top_bg {
		width: 100%;
		height: 140px;
		margin-top: 0px;
		background: url(../img/permanent/intra_top_bg_mo.jpg) no-repeat center/cover;
	}
	#intra .mtop {margin-top:0;}
	
	.left_box .b_title {
		font-family: Pretendard;
		font-size: 19px;
		line-height: 28px;
		margin-bottom:18px;
	}
	
	thead th {
		font-size: 11px;
		line-height: 13px;
		text-align: center;
	}
}
@media (max-width:767px){
	
	#intra .ca_student {
		margin-top: 6px;
	}
	
	.left_box .b_title {
		font-family: Pretendard;
		font-size: 16px;
		line-height: 24px;
		margin-bottom:16px;
	}
	
}


/* ============================================== */
/*   permanent - express-entry					  */
/* ============================================== */

#express .v_top_bg {
    width: 100%;
    height: 300px;
    background: url(../img/permanent/ex.jpg) no-repeat center/cover;
}


#express tbody td {border-left:none;}


tr.two_line td {padding: 12px 0 12px 0px;}
tr.two_line td>p {padding-top: 5px; font-size:15px;}
.bottom_line {border-bottom: 1px solid #EEE;}

.express_map {
    width: 100%;
}
.express_map.sec {
	margin-top:100px;
}

.express_map img {
    width: 100%;
}


@media (max-width:991px) {
	#express .v_top_bg{
		height: 140px;
		background: url(../img/permanent/ex_mo.jpg) no-repeat center/cover;
	}
	
	#express .mtop {margin-top:0;}
	
	#express .left_box .b_title {
		font-size: 17px;
	}
	
	#express tbody td {
		color: #111;
		height: 32px;
		font-size: 14px;
		line-height: 13.2px;
	}
	.express_map.sec {
		margin-top: 30px;
	}
}

@media (max-width:767px) {
	#express .left_box .b_title {
		font-size: 17px;
	}
	
	#express tbody td {
		color: #111;
		height: 32px;
		font-size: 11px;
		line-height: 13.2px;
	}
}

/* ============================================== */
/*   // permanent - express-entry				  */
/* ============================================== */



/* ============================================== */
/*   permanent - pnp							  */
/* ============================================== */

#pnp .v_top_bg {
	width: 100%;
    height: 300px;
	background: url(../img/permanent/pnp_top_bg.jpg) no-repeat center/cover;
}

@media (max-width:991px) {
	#pnp .mtop {
		margin-top: 0px;
	}
	
	#pnp .v_top_bg {
		width: 100%;
		height: 140px;
		margin-top: 16px;
		background: url(../img/permanent/pnp_top_bg_mo.jpg) no-repeat center / cover;
	}
}
/* ============================================== */
/*   //  permanent - pnp					  	  */
/* ============================================== */







/* ============================================== */
/*     permanent - pliot					  	  */
/* ============================================== */
#pliot .c_title {
    text-align: center;
}


#pliot .contents_title_area {
    width: 100%;
    display: flex;
	margin-top:50px;
    margin-bottom: 60px;
    justify-content: center;
}

/* ========== 파일럿 탭 메뉴 ========== */
.p_tab {}
.p_tab ul {
	display:flex;
	justify-content: center;
}
.p_tab ul li {
    width: 170px;
    height: 64px;
	box-sizing: border-box;
}

.p_tab ul li a {
	color:#888;
    font-family: Lato;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	transition:all 0.35s ease;
	border:1px solid #DDD;
	box-sizing: border-box;
}


.p_tab ul li:hover a, .p_tab ul li a.current {
	font-family: Lato;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: center;
	border:none;
	
	background-color:#039BD0;
	color:#fff;

}
/* ========== // 파일럿 탭 메뉴 ========== */


/* ========== 파일럿 RNIP ========== */
#pliot .v_top_bg {
    width: 100%;
    height: 300px;
    background: url(../img/permanent/pnp_top_bg.jpg) no-repeat center/cover;
}

#pliot .visa_table {
	font-size:15px;
	margin-top:0;
}

#pliot .blue_text {
	color:#10518D;
}

#pliot .r_ibt {
	margin-top:30px;
}

#pliot .r_sbt span {
	color:#01B5DC;
}

.add_txt {
	color:#999;
	margin-top:10px;
	font-size: 13px;
}

/* ========== // 파일럿 RNIP ========== */









/* ========== 파일럿 AFP ========== */
/* ========== // 파일럿 AFP ========== */

#pliot #tab01 .v_top_bg {
    width: 100%;
    height: 300px;
    background: url(../img/permanent/pliot_pc_01.jpg) no-repeat center/cover;
}

#pliot #tab02 .v_top_bg {
    width: 100%;
    height: 300px;
    background: url(../img/permanent/pliot_pc_02.jpg) no-repeat center/cover;
}



@media (max-width:991px){
	#pliot .c_title {
		display:block;
	}
	
	#pliot #tab01 .v_top_bg {
		width: 100%;
		height: 140px;
		background: url(../img/permanent/pliot_mo_01.jpg) no-repeat center/cover;
	}
	
	#pliot #tab02 .v_top_bg {
		width: 100%;
		height: 140px;
		background: url(../img/permanent/pliot_mo_02.jpg) no-repeat center/cover;
	}
	
	#pliot .mtop {
		margin-top: 0px;
	}
	
	#pliot .contents_title_area {
		width: 100%;
		display: flex;
		margin:16px 0;
		justify-content: center;
	}
	
	#pliot .c_title {
		display: block;
		font-size: 20px;
		font-weight: 700;
		line-height: 26px;
		text-align: center;
	}
	
	
	.p_tab ul li {
		width:50%;
		height:45px;
	}
	
	.p_tab ul li:first-child {
		margin-right: 0;
	}
	
	.p_tab ul li a {
		font-size: 15px;
		line-height: 18px;
		color:#888;
	}
	
	.p_tab ul li:hover a, .p_tab ul li a.current {
		font-size: 15px;
		line-height: 18px;
		letter-spacing: 0em;
	}
	
	.add_txt {
		color: #555;
		margin-top: 20px;
		font-size: 12px;
	}

}
@media (max-width:767px){}
/* ============================================== */
/*   //  permanent - pliot					  	  */
/* ============================================== */





/* ============================================== */
/*   //  permanent - pnp					  	  */
/* ============================================== */




/* ============================================== */
/*    permanent - sponsorship 					  */
/* ============================================== */


#spon .v_top_bg {
    width: 100%;
    height: 300px;
    background: url(../img/permanent/sponsorship_top_bg.jpg) no-repeat center/cover;
}

table.sopnsor tbody td {
	color:#111!important;
    border-left: none;
}

.r_ibt {
	color:#111;
	margin-top:8px;
	font-family: Pretendard;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	padding-left:16px;
}


@media (max-width:991px) {
	#spon .mtop {margin-top:0;}
	
	#spon .v_top_bg {
		width: 100%;
		height: 140px;
		background: url(../img/permanent/sponsorship_top_bg_mo.jpg) no-repeat center/cover;
	}
	
	.r_ibt {
		margin-top: 10px;
		font-size: 15px;
		line-height: 22px;
		padding-left: 10px;
	}
}
@media (max-width:767px) {
	
	#spon .ca_student {
    margin: 6px 0px 0px 0px;
    padding-left: 10px;}
	
	.r_ibt.mg06 {margin-top:6px;}
	
	
	#spon .ca_student.mg10 {
		margin:10px 0px 0px 0px;
	}

	
}

/* ============================================== */
/*   // permanent - sponsorship 				  */
/* ============================================== */

/* ============================================== */
/*    permanent - caregiver      				  */
/* ============================================== */
#caregiver .v_top_bg {
	width: 100%;
    height: 300px;
	background: url(../img/permanent/caregiver_top_bg.jpg) no-repeat center/cover;
}
#caregiver .b_star {color:#039BDD;}
#caregiver .blue_t {color:#111;}
.caregiver_s {margin-top:30px;}
.caregiver_s li {
	color:#555;
	font-family: Pretendard;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
.caregiver_s li:last-child {margin-top:8px;}


@media (max-width:991px) {
	#caregiver .v_top_bg {
		width: 100%;
		height: 140px;
		background: url(../img/permanent/caregiver_top_bg_mo.jpg) no-repeat center/cover;
	}
	#caregiver .mtop {margin-top:0;}
	
	.caregiver_s li {
		font-size: 14px;
		line-height: 18px;
	}
	
	.caregiver_s {
		margin-top: 20px;
	}
		
	.caregiver_s li:last-child {
		margin-top: 5px;
	}
}
@media (max-width:767px) {
	
	.caregiver_s li {
		font-size: 12px;
		line-height: 16px;
	}
}



/* ============================================== */
/*   // permanent - caregiver      				  */
/* ============================================== */