@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'Cafe24Shiningstar-v2.0';
     src: url('../font/Cafe24Shiningstar-v2.0.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'Jalnan2.woff';
     src: url('../font/Jalnan2.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

.special_language  {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.special_language p {

}
.special_language .main_section {
	background:#00BFFF;
	height:700px;
	overflow: hidden;
	position:relative;
	z-index:1;
}



.special_language .main_section .tit_wrap {
background: #050202;
    transform: perspective(115px) rotateX(3deg);
    position: relative;
    height: 100%;
    width: calc(100% - 100px);
    margin: 0 auto;
    top: -55px;
}
.special_language .main_section .title_box {
	color:#00BFFF;
    padding: 0 50px;
}
.special_language .main_section .fs20 {
    font-size: 24px;
    padding-top: 220px;
    margin-bottom: 20px;
}
.special_language .main_section .title_box .top_title {
	font-size:110px;
	font-family: 'Jalnan2.woff';
}
.special_language .main_section .title_box  .mid_title {
	font-size:115px;
	border-top:4px solid #00BFFF;
	border-bottom:4px solid #00BFFF;
	font-weight:200;
    padding-bottom: 12px;
}
.special_language .main_section .title_box  .btm_title  {
	font-size:80px;
	font-weight:200;
	letter-spacing: 7px;
}
.special_language .main_section .title_box  .btm_title span {
font-style: italic;
}
.special_language .main_section .title_box  .mid_title span {
	font-weight:900;
}
.special_language .main_section .years_text {
	font-size:300px;
	font-weight:900;
	color: #1e90ff69;
	position:absolute;
    top: -45px;
	left:50%;
    transform: translate(-50%);
    z-index: -1;
}
.special_language .main_section .tit_wrap:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -3px;
    width: 1000px;
    height: 700px;
    z-index: -1;
	background:url('../images/package/special_language/main_png.png') no-repeat;
}
.special_language .main_section:after {
	content: '';
    position: absolute;
    top: 35px;
    left: 80px;
	width:150px;
	height:76px;
	background:url('../images/package/special_language/airp_img.png') no-repeat;
}
.special_language .main_section:before {
	content: '';
    position: absolute;
    top: 110px;
    left: 7px;
	width:244px;
	height:248px;
	background:url('../images/package/special_language/airp_img2.png') no-repeat;
}

.special_language  .header_tab {
	position:sticky;
	top:0;
	z-index:10;
}
.special_language  .header_tab ul {
	display:flex;
}
.special_language  .header_tab ul li {
	flex:1;
	font-size:28px;
	color:#00BFFF; ;
	line-height:80px;
	border:1px solid #00BFFF;
	border-right:none;
	background:#fff;
	cursor: pointer;
	text-align:center;
}
.special_language  .header_tab ul li a {
	color:#00BFFF;
	display:block;
	text-decoration-line: none;
}
.special_language  .header_tab ul li.on a {
	background:#00BFFF;
	color:white;
}
.special_language  .header_tab ul li.on {
	background:#00BFFF;
	color:white;
}
.special_language  .header_tab ul li:last-child  {
	border-right:1px solid #00BFFF;
}


.special_language .world_box .main_sec  {
	height:520px;
	background:url('../images/package/special_language/us_back.jpg') no-repeat;
	display:flex;
    justify-content: end;
}
.special_language .world_box .main_sec .title_box {
	color:white;
    display: inline-block;
	padding:70px 120px 0 0 ;
}
.special_language .world_box .main_sec .english_tit {
	font-weight:200;
	font-size:22px;
}
.special_language .world_box .main_sec .main_tit {
	font-size:56px;
	font-weight:bold;
    letter-spacing: -3px;
}
.special_language .world_box .main_sec .sub_tit {
	margin-top:10px;
	font-size:44px;
	font-style: italic;
    font-family: 'Cafe24Shiningstar-v2.0';
}
.special_language .world_box .price {
	display:flex;
	font-size:30px;
	font-weight:900;
	position:relative;
    width: max-content;
    margin: 0 auto;
	z-index:1;
}
.special_language .world_box .price:before {
content: '';
    position: absolute;
    margin-top: -15px;
    top: 50%;
    left: 0;
    background: #f56e01;
    width: 100%;
    z-index: -1;
    height: 60px;
    transform: skewX(-5deg) rotate(-14deg);
}
.special_language .world_box .price .center_text {
	font-size:138px;
	letter-spacing: -10px;
	line-height:1;
}
.special_language .world_box .price .start_text  {
	margin-top:20px;
}
.special_language .world_box .price .end_text {
	align-self: end;
    margin-left: 8px;
    margin-bottom: 8px;
}
.special_language .world_box .price .abs_text {
	position: absolute;
    right: 11px;
    top: 43px;
    font-size: 55px;
    font-weight: 300;
    font-family: 'Jalnan2.woff';
}
.special_language .world_box .section2 {
	padding:100px 0;
}
.special_language .world_box .section2 .grid {
	display:grid;
	gap:80px;
}
.special_language .world_box .section2 .grid .grid_box {
	display: flex;
    justify-content: space-between;
}
.special_language .world_box .section2 .grid .grid_box .text_box {
	width: 370px;
    text-align: left;
}
.special_language .world_box .section2 .grid .grid_box .text_box .num {
	font-size:50px;
	color:#0058e2;
	font-style: italic;
	font-family: 'Cafe24Shiningstar-v2.0';
	position:relative;
	display: inline-block;
	line-height: 1;
    margin-bottom: -8px;
}
.special_language .world_box .section2 .grid .grid_box .text_box .num:after {
    content: '';
    position: absolute;
    margin-top: -15px;
    top: 50%;
    left: -4px;
    background: #f09e1d;
    width: 45px;
    z-index: -1;
    height: 30px;
    transform: skewX(-5deg) rotate(-14deg);
	
}

.special_language .world_box .section2 .grid .grid_box .text_box .fs32{
	font-size:32px;
	font-weight:bold;
	color:#0058e2;
}
.special_language .world_box .section2 .grid .grid_box .text_box .fs18 {
	font-size:18px;
	margin-top:20px;
}
.special_language .world_box .section2 .grid .grid_box:nth-child(odd) img {
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
}
.special_language .world_box .section2 .grid .grid_box:nth-child(odd) .text_box {
	padding-right:120px;
}
.special_language .world_box .section2 .grid .grid_box:nth-child(even) .text_box {
	padding-left:120px;
}
.special_language .world_box .section2 .grid .grid_box:nth-child(even) img {
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
}
.special_language .world_box .section3 {
	background:#f09e1d;
}
.special_language .world_box .container {
	padding: 80px 80px 100px;
}
.special_language .world_box .container .sec_tit .fs58 {
	font-size:58px;
	font-weight:bold;
	color:#0058e2;
    letter-spacing: -3px;
	line-height:1;
    display: inline-block;
	background:#f09e1d;
    padding: 0 50px;
}
.special_language .world_box .container .sec_tit .fs68 {
	color:white;
	font-size:68px;
	font-family: 'Cafe24Shiningstar-v2.0';
	line-height:1;
	font-style: italic;
    display: inline-block;
	background:#f09e1d;
    padding: 0 50px;
}
.special_language .world_box .container .sec_tit  {
	margin-bottom:70px;
	z-index:1;
	position:relative;
}
.special_language .world_box .container .sec_tit:before {
	content:'';
	position:absolute;
	top:50%;
    transform: translateY(-50%);
	left:0;
	width:100%;
	background:#0058e2;
	height:1px;
    z-index: -1;
}
.special_language .world_box .section4 .container .sec_tit .fs58   {
	background:white;
}
.special_language .world_box .section4 .flex {
	display:flex;
	gap:10px;
}
.special_language .world_box .section4 .flex .flex_box {
	flex:1;
	border:2px solid #0058e2;
	border-radius:100px;
	height:200px;
	    display: grid;
    align-content: center;
	gap:30px;
	position: relative;
    overflow: hidden;
    text-align: center;
}

.special_language .world_box .section4 .flex .flex_box .top_detail {
	font-size:24px;
	font-weight:bold;
	color:#0058e2;
    padding-bottom: 100px;
}
.special_language .world_box .section4 .flex .flex_box .blue_box {
	font-size:20px;
	color:white;
	background:#0058e2;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    display: grid;
    align-items: center;
    padding-bottom: 20px;
}



.special_language .world_box .section4 .flex .flex_box .btm_detail span{
	font-size:24px;
	font-weight:bold;
}
.special_language .world_box .section4 .fs16 {
	text-align:left;
	margin-top:40px;
    line-height: 1.5;
}
.special_language .world_box .section5 {
	background:#0058e2;
}
.special_language .world_box .section5  .flex {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.special_language .world_box  .section5  .price {
	color:white;
}
.special_language .world_box  .section5 .left_wrap {
    display: grid;
}
.special_language .world_box  .section5 .right_wrap {

}
.special_language .world_box  .section5 .right_wrap p {
	font-size:50px;
	color:white;
	font-family: 'Cafe24Shiningstar-v2.0';
	font-style: italic;
}
.special_language .world_box  .section5 .right_wrap .go_btn {
    border: 1px solid white;
    background: none;
    font-size: 34px;
    letter-spacing: -3px;
    color: white;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    cursor: pointer;
	padding: 12px 30px 14px;
	float: right;
	margin-top: 15px;
    border-radius: 100px;
}
.special_language .world_box  .section5 .right_wrap .go_btn span {
	font-weight:200;
}




/* Ä³³ª´Ù º¯°æ*/
.special_language .world_box#can_box .main_sec {
background: url(../images/package/special_language/can_back.jpg) no-repeat;
}
.special_language .world_box#can_box .price:before {
	background:#fc7753;
}
.special_language .world_box#can_box .section2 .grid .grid_box .text_box .fs32,
.special_language .world_box#can_box .section2 .grid .grid_box .text_box .num{
	color:#fc7753;
}
.special_language .world_box#can_box .section2 .grid .grid_box .text_box .num:after,
.special_language .world_box#can_box .section3 {
	background:#96f4ef;
}
.special_language .world_box#can_box .container .sec_tit .fs58,
.special_language .world_box#can_box .container .sec_tit .fs68 {
	background:#96f4ef;
	color:#fc7753;
}
.special_language .world_box#can_box .container .sec_tit:before {
	background:#fc7753;
}
.special_language .world_box#can_box .section4 .container .sec_tit .fs58 {
	background:white;
}
.special_language .world_box#can_box .section4 .flex .flex_box .blue_box {
	background:#fc7753;
}
.special_language .world_box#can_box .section4 .flex .flex_box {
	border:2px solid #fc7753
}
.special_language .world_box#can_box .section4 .flex .flex_box .top_detail {
	color:#fc7753;
}
.special_language .world_box#can_box .section5 {
	background:#fc7753;
}
.special_language .world_box#can_box .section5 .price:before {
	background:#96f4ef;
}



/* ¿µ±¹ º¯°æ*/
.special_language .world_box#uk_box .main_sec {
background: url(../images/package/special_language/uk_back.jpg) no-repeat;
}
.special_language .world_box#uk_box .price:before {
	background:#efad1e;
}
.special_language .world_box#uk_box .section2 .grid .grid_box .text_box .fs32,
.special_language .world_box#uk_box .section2 .grid .grid_box .text_box .num{
	color:#efad1e;
}
.special_language .world_box#uk_box .section2 .grid .grid_box .text_box .num:after,
.special_language .world_box#uk_box .section3 {
	background:#243e36;
}
.special_language .world_box#uk_box .container .sec_tit .fs58{
	background:#243e36;
	color:#efad1e;
}
.special_language .world_box#uk_box .container .sec_tit .fs68  {
	background:#243e36;
	color:white;;
}
.special_language .world_box#uk_box .container .sec_tit:before {
	background:#efad1e;
}
.special_language .world_box#uk_box .section4 .container .sec_tit .fs58 {
	background:white;
	color:#243e36;
}
.special_language .world_box#uk_box .section4 .flex .flex_box .blue_box {
	background:#243e36;
}
.special_language .world_box#uk_box .section4 .flex .flex_box {
	border:2px solid #243e36
}
.special_language .world_box#uk_box .section4 .flex .flex_box .top_detail {
	color:#243e36;
}
.special_language .world_box#uk_box .section5 {
	background:#243e36;
}
.special_language .world_box#uk_box .section5 .price:before {
	background:#efad1e;
}

/* ¾ÆÀÏ·£µå º¯°æ*/
.special_language .world_box#ireland_box .main_sec {
background: url(../images/package/special_language/ireland_back.jpg) no-repeat;
}
.special_language .world_box#ireland_box .price:before {
	background:#b560e4;
}
.special_language .world_box#ireland_box .section2 .grid .grid_box .text_box .fs32{
	color:#b560e4;
}
.special_language .world_box#ireland_box .section2 .grid .grid_box .text_box .num {
	color:#c5ccff;
}
.special_language .world_box#ireland_box .section2 .grid .grid_box .text_box .num:after,
.special_language .world_box#ireland_box .section3 {
	background:#b560e4;
}
.special_language .world_box#ireland_box .container .sec_tit .fs58{
	background:#b560e4;
	color:#c5ccff;
}
.special_language .world_box#ireland_box .container .sec_tit .fs68  {
	background:#b560e4;
	color:white;;
}
.special_language .world_box#ireland_box .container .sec_tit:before {
	background:#c5ccff;
}
.special_language .world_box#ireland_box .section4 .container .sec_tit .fs58 {
	background:white;
	color:#b560e4;
}
.special_language .world_box#ireland_box .section4 .flex .flex_box .blue_box {
	background:#b560e4;
}
.special_language .world_box#ireland_box .section4 .flex .flex_box {
	border:2px solid #b560e4
}
.special_language .world_box#ireland_box .section4 .flex .flex_box .top_detail {
	color:#b560e4;
}
.special_language .world_box#ireland_box .section5 {
	background:#b560e4;
}
.special_language .world_box#ireland_box .section5 .price:before {
	background:#c5ccff;
}


/* È£ÁÖ º¯°æ*/
.special_language .world_box#aust_box .main_sec {
background: url(../images/package/special_language/aust_back.jpg) no-repeat;
}
.special_language .world_box#aust_box .price:before {
	background:#f81735;
}
.special_language .world_box#aust_box .section2 .grid .grid_box .text_box .fs32{
	color:#f81735;
}
.special_language .world_box#aust_box .section2 .grid .grid_box .text_box .num {
	color:#f81735;
}
.special_language .world_box#aust_box .section2 .grid .grid_box .text_box .num:after,
.special_language .world_box#aust_box .section3 {
	background:#0f194c;
}
.special_language .world_box#aust_box .container .sec_tit .fs58{
	background:#0f194c;
	color:#b7ddf4;
}
.special_language .world_box#aust_box .container .sec_tit .fs68  {
	background:#0f194c;
	color:white;
}
.special_language .world_box#aust_box .container .sec_tit:before {
	background:#0f194c;
}
.special_language .world_box#aust_box .section4 .container .sec_tit .fs58 {
	background:white;
	color:#0f194c;
}
.special_language .world_box#aust_box .section4 .flex .flex_box .blue_box {
	background:#0f194c;
}
.special_language .world_box#aust_box .section4 .flex .flex_box {
	border:2px solid #0f194c;
}
.special_language .world_box#aust_box .section4 .flex .flex_box .top_detail {
	color:#0f194c;
}

.special_language .world_box#aust_box .section5 .price:before {
	background:#4681e7;
}
.special_language .world_box#aust_box  .section5 .price {
	color:#f5b001;
}
.special_language .world_box#aust_box .section5 {
	position:relative;
}
.special_language .world_box#aust_box .years_wrap {
	background: url(../images/package/special_language/talk_yellow.png) no-repeat;
	width:203px;
	height:113px;
	background-size:203px;
	position:absolute;
	top: -40px;
    display: grid;
    justify-content: center;
    align-items: center;
}
.special_language .world_box#aust_box .years_wrap p {
    font-size: 70px;
    font-weight: 900;
    color: #0058e2;
    letter-spacing: -6px;
    transform: perspective(90px) rotateY(7deg);
    position: relative;
    top: -5px;
    right: -3px;
}
.special_language .world_box#aust_box .section5 .price .center_text {
	    font-size: 165px;
}
.special_language .world_box#aust_box .section5 .price {
	font-size:40px;
}
.special_language .world_box#aust_box .section5 .container {
padding: 55px 80px 80px;
}




@media (max-width: 1000px) {

.special_language .main_section {
	height:350px;
}
.special_language .main_section .years_text {
	font-size:130px;
	    top: -10px;
}
.special_language .main_section .fs20 {
        font-size: 18px;
        padding-top: 100px;
}
.special_language .main_section .title_box .top_title {
	font-size:48px;
}
.special_language .main_section .title_box {
	padding:0;
}
.special_language .main_section .title_box .mid_title {
	font-size:50px;
	    border-top: 2px solid #ff7609;
    border-bottom:2px solid #ff7609;
}
.special_language .main_section .title_box .btm_title {
	font-size:32px;
	letter-spacing: 5px;
}
.special_language .main_section .tit_wrap:before {
	display:none;
}
.special_language .main_section .tit_wrap {
    text-align: center;
    top: -40px;
	width: calc(100% - 30px);
	transform: perspective(115px) rotateX(8deg);
}

.special_language .main_section:after {
    background-size: 75px;
    width: 75px;
    height: 38px;
    left: 31px;
	top: 22px;
}
.special_language .main_section:before {
	background-size:122px;
	width:122px;
	height:124px;
	top: 48px;
    left: -5px;
}
.special_language .header_tab ul li {
	font-size:16px;
	text-align:center;
	line-height: 55px;
}
.special_language .world_box .main_sec .title_box  {
	padding:0;
    text-align: center;
}
.special_language .world_box .main_sec .english_tit {
	font-size:14px;
}
.special_language .world_box .main_sec .main_tit {
	font-size:34px;
}
.special_language .world_box .main_sec .sub_tit {
	font-size:24px;
}
.special_language .world_box .price {
	font-size:20px;
	font-weight:bold;
}
.special_language .world_box .price .center_text {
	font-size:90px;
}
.special_language .world_box .price .abs_text {
    right: 7px;
    top: 27px;
    font-size: 34px;
}

.special_language .world_box .main_sec {
	height:320px;
        background-size: cover;
        justify-content: center;
        align-items: center;
}
.special_language .world_box .price:before {
margin-top: -11px;
    height: 40px;
}
.special_language .world_box .section2 {
	padding:60px 0;
}

.special_language .world_box .section2 .grid .grid_box {
	display:grid;
}
.special_language .world_box .section2 .grid {
	gap:40px;
}
.special_language .world_box .section2 .grid .grid_box:nth-child(odd) img {
	border-radius:0;
}
.special_language .world_box .section2 .grid .grid_box:nth-child(odd) .text_box {
	padding-right:16px;
}
.special_language .world_box .section2 .grid .grid_box .text_box {
	width:auto;
        padding: 0 16px;
}
.special_language .world_box .section2 .grid .grid_box:nth-child(even) .text_box {
	padding-left:16px;
        order: 2;
}

.special_language .world_box .section2 .grid .grid_box .text_box .fs32 {
	font-size:20px;
}

.special_language .world_box .section2 .grid .grid_box .text_box .num:after {
margin-top: -11px;
left: -4px;
width: 38px;
height: 24px;
}

.special_language .world_box .section2 .grid .grid_box .text_box .fs18 {
    font-size: 14px;
    margin-top: 5px;
}
.special_language .world_box .section2 .grid .grid_box:nth-child(even) img {
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.special_language .world_box .section2 .grid .grid_box img  {
	        height: 200px;
        object-fit: cover;
}





.special_language .world_box .section2 .grid .grid_box .text_box .num {
	font-size:40px;
}
.special_language .world_box .container {
        padding: 40px 0px;
}
.special_language .world_box .container .sec_tit .fs68 {
    font-size: 32px;
	padding: 0px 30px;
}
.special_language .world_box .container .sec_tit .fs58 {
	font-size:30px;
	padding: 0px 30px;
}
.special_language .world_box .container .sec_tit {
	text-align:center;
    margin-bottom: 30px;
}
.special_language .world_box .section3 .container {
	padding:40px 30px;
}

.special_language .world_box .section4 .flex .flex_box .top_detail {
	font-size:18px;
        padding-bottom: 70px;
}

.special_language .world_box .section4 .flex .flex_box .blue_box {
	font-size:14px;
padding-bottom: 8px;
        height: 75px;
}
.special_language .world_box .section4 .flex .flex_box .btm_detail span {
	font-size:16px;
}

.special_language .world_box .section4 .flex .flex_box {
	text-align:center;
	height:130px;
	width:130px
}
.special_language .world_box .section4 .flex {
        display: grid;
        grid-template-columns: 130px 130px;
        gap: 20px;
        justify-content: center;
}
.special_language .world_box .section4 .fs16 {
	margin-top:20px;
	    font-size: 13px;
    padding: 0 16px;
	line-height:1.3;
}
.special_language .world_box .section5 .left_wrap img {
	width:35px
}
.special_language .world_box .section5 .right_wrap p {
	font-size:28px;
}
.special_language .world_box .section5 .right_wrap .go_btn {
	font-size:16px;
letter-spacing: -2px;
padding: 6px 20px 8px;
}

.special_language .world_box .section5 .price  {
	font-size:18px;
}
.special_language .world_box .section5 .price .center_text {
	font-size:70px;
letter-spacing: -7px;
}

.special_language .world_box .section5 .price .abs_text {
        right: 8px;
        top: 15px;
        font-size: 30px;
    }
.special_language .world_box .section5 .right_wrap {
text-align: center;
}
.special_language .world_box .section5 .flex {
align-items: center;
    justify-content: center;
    gap: 30px;
}

.special_language .world_box#can_box .main_sec,
.special_language .world_box#uk_box .main_sec,
.special_language .world_box#ireland_box .main_sec,
.special_language .world_box#aust_box .main_sec {
	background-size:cover;
}


.special_language .world_box#aust_box .section5 .price {
	font-size:18px;
}
.special_language .world_box#aust_box .section5 .price .center_text {
	font-size:70px;
letter-spacing: -7px;
}
.special_language .world_box#aust_box .section5 .container {
        padding: 20px 0;
}
.special_language .world_box#aust_box .years_wrap p {
	font-size:40px;
}
.special_language .header_tab ul li {
	border-top:none;
}
.special_language .header_tab ul li:last-child {
	border-right:none;
}
.special_language .header_tab ul li:first-child {
	border-left:none;
}
.special_language .header_tab {
	top:-1px;
}

.special_language .world_box#aust_box .years_wrap {
    background-size: 110px;
	width:110px;
    height: 64px;
	top: -10px;
}






}
