@font-face {
    font-family: 'yg-jalnan';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.language_worker .main_section {
	background:url('/images/package/language_worker/main_back.jpg') no-repeat center / cover;
	padding:100px 0;
}
.language_worker .main_section .tit_wrap {
	width: 680px;
    height: 680px;
    border-radius: 100%;
    border: 8px solid #26ffd9;
    backdrop-filter: blur(4px);
    background-color: #00000063;
	margin:0px auto;
}
.language_worker .main_section .main_tit {
	font-size:130px;	
	font-family: 'yg-jalnan';
	color:white;
	line-height:1.2;
}
.language_worker .main_section .top_tit {
    font-size: 40px;
    color: #26ffd9;
    position: relative;
    text-align: left;
    display: inline-block;
    font-weight: 300;
    padding: 85px 25px 35px 0;
    font-style: italic;
}
.language_worker .main_section .top_tit .bold {
font-size: 52px;
    font-weight: 800;
}
.language_worker .main_section .top_tit img {
    position: absolute;
    bottom: 50px;
    right: -50px;
    width: 155px;
}

.language_worker .main_section .top_tit:after {
    content: '';
    position: absolute;
    bottom: 14px;
    width: 460px;
    height: 2px;
    background: #26ffd9;
    left: 50%;
    transform: translate(-50%);

}
.language_worker .main_section .color_text {
	color:#26ffd9;
}

.language_worker .section1 .section_tit {
	background:#26ffd9;
	padding:100px 0;
	position:relative;
}
.language_worker .section1 .section_tit:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    bottom: -20px;
    width: 40px;
    height: 40px;
    background: #26ffd9;
}
.language_worker .section1 .section_tit:before {
    content: '';
    position: absolute;
    background: url(/images/package/language_worker/people_1.png) no-repeat;
    bottom: -62px;
    background-size: 150px;
    width: 150px;
    height: 226px;
    left: 96px;
}
.language_worker .section1 .section_tit p {
    font-size: 80px;
    font-family: 'yg-jalnan';
    color: #0056ad;
    line-height: 1.1;
}
.language_worker .section1 .section_tit span {
	color:#021655;
}


.language_worker .section1 {
	background:#0056ad;
}

.language_worker .container {
	padding:70px
}

.language_worker .section1 .check_list {
border: 2px solid #26ffd9;
	border-top:none;
    display: grid;
    justify-content: center;
    padding: 80px 0;
    gap: 14px;
}
.language_worker .section1 .check_list p {
font-size: 30px;
    color: white;
    font-weight: 300;
    text-align: left;
}
.language_worker .section1 .check_list .bold {
	font-weight:500;
}
.language_worker .section1 .check_list img {
    width: 31px;
    margin-right: 15px;
    transform: translate(0, 5px);
}
.language_worker .section1 .container {
	padding:0 70px 70px;
}

.language_worker .section1 .up_wrap {
    font-size: 34px;
    color: white;
    position: relative;
    padding: 60px 40px;
}
.language_worker .section1 .up_wrap img {
    width: 230px;
    position: absolute;
    right: 50px;
    top: -70px;
}
.language_worker .section1 .up_wrap .text_wrap {
	text-align:left;
}
.language_worker .section1 .up_wrap .text_wrap  .border_text {
    text-decoration: underline;
    text-underline-offset: 11px;
    text-decoration-thickness: 2px;
    font-weight: 300;
    margin-bottom: 16px;
}
.language_worker .section1 .up_wrap .text_wrap  .border_text .bold {
	font-weight:500;
}
.language_worker .section1 .up_wrap .text_wrap  .color_text {
	color: #26ffd9;
    font-size: 50px;
    letter-spacing: -3px;
    font-weight: 500;
    font-style: italic;
}
.language_worker .section1 .grid_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.language_worker .section1 .grid_wrap .border_text {
    border: 1px solid #26ffd9;
    color: white;
    font-size: 28px;
    font-weight: 300;
    line-height: 80px;
}

.language_worker .section2 {
	background:#ffeae7
}

.language_worker .section2 .step_wrap  {
	background:white;
}
.language_worker .section2 .step_wrap .step_title {
    display: flex;
    font-size: 30px;
    color: white;
    padding: 0 40px;
    background: #ee887a;
    height: 60px;
    align-items: center;
    justify-content: space-between;
	position:relative;
}
.language_worker .section2 .step_wrap .step_title .num {
	font-family: 'yg-jalnan';
	font-size:60px;
	font-style: italic;
	position:relative;
    z-index: 0;
    top: -25px;
}
.language_worker .section2 .step_wrap .step_title .num:after {
	z-index: -1;
  content: attr(data-content);
  position: absolute;
  left: 0;
  -webkit-text-stroke: 10px #ee887a;
}
.language_worker .section2 .container {
	display:grid;
	gap:60px;
}
.language_worker .section2 .step_wrap1 .flex_wrap {
display: flex;
    padding: 20px 0;
}
.language_worker .section2 .step_wrap1 img {
	width:109px;
}
.language_worker .section2 .step_wrap1 .icon_wrap {
    flex: 1;
    padding: 10px 30px;
	border-right:1px solid #ee887a
}
.language_worker .section2 .step_wrap1 .icon_text {
font-size: 35px;
    color: #ee887a;
    font-weight: 300;
    letter-spacing: -3px;
    margin: 10px 0 15px;
}
.language_worker .section2 .step_wrap1 .icon_text .bold {
    font-weight: 400;
}
.language_worker .section2 .step_wrap1 .gray_back {
    background: #f3f3f3;
    font-size: 24px;
    font-weight: 300;
    padding: 20px;
}
.language_worker .section2 .step_wrap1 .gray_back p {
	line-height:1.3;
}
.language_worker .section2 .step_wrap1 .gray_back .bold {
    font-weight: 400;
}

.language_worker .section2 .step_wrap1 .icon_wrap:last-child {
	border-right:none;
}

.language_worker .section2 .step_wrap .detail_text {
    color: #ee887a;
    text-align: right;
    letter-spacing: -1.5px;
    padding: 12px 40px 12px;
}

.language_worker .section2 .step_wrap2 .img_wrap {
    background: url(/images/package/language_worker/step2_img1.jpg) no-repeat center / cover;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.language_worker .section2 .step_wrap2 .img_wrap  p {
    color: white;
    font-size: 48px;
    font-family: 'yg-jalnan';
    letter-spacing: -2.5px;
}
.language_worker .section2 .step_wrap2 .grid_wrap {
display: grid;
    gap: 20px;
    padding: 30px;
}
.language_worker .section2 .step_wrap2 .grid_wrap .grid_box {
    display: grid;
    grid-template-columns: 240px 1fr;

}
.language_worker .section2 .step_wrap2  .grid_box .color_back {
    min-height: 160px;
    background: #fbc112;
    color: white;
    font-family: 'yg-jalnan';
    letter-spacing: -2.5px;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.language_worker .section2 .step_wrap2  .grid_box .color_back .small_text {
    font-size: 18px;
    font-family: 'Noto Sans KR', sans-serif;
    margin-top: 3px;
    display: inline-block;
}
.language_worker .section2 .step_wrap2  .grid_box .gray_back {
    background: #f3f3f3;
    text-align: left;
    padding: 20px;
    display: grid;
    align-items: center;
}
.language_worker .section2 .step_wrap2  .grid_box .gray_back p {
    line-height: 1.3;
    word-break: keep-all;
}



.language_worker .section2 .step2_section2 .img_wrap {
	background: url(/images/package/language_worker/step2_img2.jpg) no-repeat center / cover;
}
.language_worker .section2 .step2_section2 .grid_box .color_back {
	background:#00d87a;
}


.language_worker .section2 .step2_section3 .img_wrap {
	background: url(/images/package/language_worker/step2_img3.jpg) no-repeat center / cover;
}
.language_worker .section2 .step2_section3 .grid_box .color_back {
	background:#02d3d0;
	min-height:auto;
}
.language_worker .section2 .step_wrap2 .step2_section3 .bt_text {
    border-top: 1px solid #02d3d0;
    margin-top: 10px;
    padding-top: 10px;
}
.language_worker .section2 .step_wrap2 .step2_section3 .bt_text .color_text {
	color:#02d3d0;
}

.language_worker .section2 .step_wrap3 .grid_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0 30px 30px;
}
.language_worker .section2 .step_wrap3 .grid_box {
	border:1px solid #ee887a;
}
.language_worker .section2 .step_wrap3 .img_wrap {
    position:relative;
	overflow:hidden;
}
.language_worker .section2 .step_wrap3 .img_wrap img {
	width:388px;
}
.language_worker .section2 .step_wrap3 .img_tit {
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 45px;
    font-family: 'yg-jalnan';
    background: #0000006e;
    text-align: left;
    padding: 6px 22px 4px;
    width: 100%;

}
.language_worker .section2 .step_wrap3 .white_back {
	padding:22px;
}
.language_worker .section2 .step_wrap3 .white_back .bt_text {
    font-size: 14px;
    text-align: left;
    margin-top: 13px;
    border-top: 1px solid #ccc;
    padding-top: 13px;
}
.language_worker .section2 .step_wrap3 .white_back .bt_text .color_text {
	color:#ee887a;
}
.language_worker .section2 .step_wrap3 .check_list {
display: grid;
    grid-template-columns: max-content max-content;
    text-align: left;
    gap: 8px 15px;

}
.language_worker .section2 .step_wrap3 .check_list img {
	width:20px;
	height:20px;
}
.language_worker .main_section.last_section {
    background: url(/images/package/language_worker/last_back.jpg) no-repeat center / cover;
	    display: grid;
    justify-content: center;
    padding: 85px 0;
}
.language_worker .main_section.last_section .tit_wrap{
    width: auto;
    height: auto;
    border-radius:0%;
    border: none;
    backdrop-filter: blur(0px);
    background-color: inherit;
	    text-align: left;
}
.language_worker .main_section.last_section .top_tit:after {
	display:none;
}

.language_worker .main_section.last_section .top_tit {
    padding: 10px 25px 7px 0;
}
.language_worker .main_section.last_section .main_tit {
    font-size: 75px;
}
.language_worker .main_section.last_section .top_tit img {
    bottom: 20px;
    right: -55px;
}

.language_worker .main_section.last_section .go_btn {
    border: none;
    background: #26ffd9;
    font-size: 40px;
    padding: 14px 70px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
	cursor:pointer;
}