@font-face {
    font-family: 'NanumSquareacEB';
    src: url('../font/NanumSquareacEB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareR';
    src: url('../font/NanumSquareR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareL';
    src: url('../font/NanumSquareL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SCDream8';
    src: url('../font/SCDream8.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.uk_exStudent_wrap {
	color:#022d3a;
}
.uk_exStudent_wrap p {
	font-family: 'NanumSquareR';
	
}
.uk_exStudent_wrap .main_section {
	height:1000px;
	background:url('../images/package/uk_exStudent/main_back.jpg') no-repeat;
	display: grid;
    justify-content: center;
    align-items: center;
}
.uk_exStudent_wrap .main_section .main_title {
    font-size: 128px;
    font-weight: 900;
	color:#022d3a;
    font-family: 'SCDream8';
    letter-spacing: -11px;
	margin-top:30px;
}
.uk_exStudent_wrap .main_section .main_title .color_back {
	color: white;
    background: #022d3a;
    display: inline-block;
	    box-shadow: 0 0 10px #00000030;
    padding: 0px 15px 0px 7px;
}
.uk_exStudent_wrap .main_section .main_title .white_back {
	color: #119b9a;
    background: white;
    display: inline-block;
    padding: 0px 15px 0px 7px;
    margin-top: 14px;
	    box-shadow: 0 0 10px #00000030;
}
.uk_exStudent_wrap .main_section .top_title {
	font-family: 'NanumSquareacEB';
	font-size:46px;
	letter-spacing: -3px;
}
.uk_exStudent_wrap .detail_title {
	font-family: 'NanumSquareL';
    letter-spacing: 4px;
	color:#022d3a;
	opacity:0.7;
}
.uk_exStudent_wrap .main_section .detail_title {
	margin-bottom: 105px;
}
.uk_exStudent_wrap .detail_title span {
 font-family: 'NanumSquareacEB';
}
.uk_exStudent_wrap .section_tit {
	margin-bottom:50px;
}
.uk_exStudent_wrap .section_tit .border_title {
	border:2px solid #022d3a;
	border-radius:100px;
	font-size:36px;
	letter-spacing: -2.5px;
	color:#022d3a;
	display: inline-block;
    padding: 5px 40px 3px;
    margin-top: 45px;
    margin-bottom: 25px;
}
.uk_exStudent_wrap .section_tit .border_title span {
	 font-family: 'NanumSquareacEB';
}
.uk_exStudent_wrap .section_tit .main_title {
	font-size:84px;
	 font-family: 'SCDream8';
	 color:#022d3a;
    letter-spacing: -8px;
}
.uk_exStudent_wrap .section_tit .main_title .light_text {
	font-family: 'NanumSquareR';
}
.uk_exStudent_wrap .section_tit .main_title .green {
	color:#119b9a;
}
.uk_exStudent_wrap .main_section .detail_title.small_detail {
	margin-bottom:0;
	margin-top:40px;
}
.uk_exStudent_wrap .main_section .title_wrap {
	margin-top:-10px;
}
.uk_exStudent_wrap .section1 {
	background:#022d3a;
	color:white;
}
.uk_exStudent_wrap .section1 .container {
	padding:0;
}
.uk_exStudent_wrap .section1 .flex {
    display: flex;
    overflow: hidden;
}
.uk_exStudent_wrap .section1 .flex_box {
   flex:1;
   	padding:40px 0 50px;
}
.uk_exStudent_wrap .section1 .mid_box {
    box-shadow: 0 0 10px #00000069;
}
.uk_exStudent_wrap .section1 .point {
	font-size:18px;
	margin-bottom:10px;
}
.uk_exStudent_wrap .section1 .point_text {
    font-size: 28px;
    margin-top: 10px;
    line-height: 1.3;
    letter-spacing: -3.5px;
}
.uk_exStudent_wrap .section1 .point_text span {
    font-weight: bold;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 9px;
}

.uk_exStudent_wrap .container {
	padding:100px;
}



.uk_exStudent_wrap .section2 .container > img {
    border-top-left-radius: 80px;
}
.uk_exStudent_wrap .section2 .detail_text {
    font-size: 32px;
    letter-spacing: -2.5px;
    word-break: keep-all;
	margin-top:50px;
}
.uk_exStudent_wrap .section2 .detail_text .bold {
    margin-bottom: 7px;
	 font-family: 'NanumSquareacEB';
    display: inline-block;
}
.uk_exStudent_wrap .section3 {
	background:#f3f3f3;
}
.uk_exStudent_wrap .section3 .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
	gap:25px;
}
.uk_exStudent_wrap .section3 .grid_box {
	height:254px;
	color:white;
    display: grid;
}
.uk_exStudent_wrap .section3 .grid_box .border_box {
	border:1px solid white;
	margin: 10px;
	position:relative;
	display: grid;
    justify-content: center;
    align-items: center;
}
.uk_exStudent_wrap .section3 .grid_box .border_box .num {
	position:absolute;
	top:13px;
	left:13px;
	font-size:26px;
}
.uk_exStudent_wrap .section3 .grid_box .border_box .detail_text {
	font-size:36px;
}
.uk_exStudent_wrap .section3 .grid_box .border_box .detail_text span{
font-family: 'NanumSquareacEB';
}
.uk_exStudent_wrap .section3 .grid_box:nth-child(1),
.uk_exStudent_wrap .section3 .grid_box:nth-child(4) {
	background:#035f5f;
}
.uk_exStudent_wrap .section3 .grid_box:nth-child(2),
.uk_exStudent_wrap .section3 .grid_box:nth-child(3) {
	background:#064357;
}

.uk_exStudent_wrap .section3 .grid_box:nth-child(1) .border_box,
.uk_exStudent_wrap .section3 .grid_box:nth-child(3) .border_box {
	border-bottom-left-radius: 70px;
}
.uk_exStudent_wrap .section3 .grid_box:nth-child(1),
.uk_exStudent_wrap .section3 .grid_box:nth-child(3) {
	border-bottom-left-radius: 80px;
}
.uk_exStudent_wrap .section3 .grid_box:nth-child(2),
.uk_exStudent_wrap .section3 .grid_box:nth-child(4) {
	border-top-right-radius: 80px;
}
.uk_exStudent_wrap .section3 .grid_box:nth-child(2) .border_box,
.uk_exStudent_wrap .section3 .grid_box:nth-child(4) .border_box {
	border-top-right-radius: 70px;
}
.uk_exStudent_wrap .section3 .down_arrow {
	width:65px;
	margin: 20px 0;
}
.uk_exStudent_wrap .section3  .btm_text {
    font-size: 32px;
    word-break: keep-all;
    letter-spacing: -3px;
    line-height: 1.3;
}
.uk_exStudent_wrap .section3  .btm_text span {
	font-family: 'NanumSquareacEB';
}
.uk_exStudent_wrap .section3  .btm_text .color {
	color:#119b9a;
	text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 9px;
}

.uk_exStudent_wrap .section4 .grid_wrap {
	display: grid;
    gap: 30px;
}
.uk_exStudent_wrap .section4 .grid_wrap .grid_box {
	display: grid;
    grid-template-columns: 1fr 1fr;
	height:150px;
	position:relative;
}
.uk_exStudent_wrap .section4 .grid_wrap .grid_box:after {
	content:'';
	position:absolute;
	left:50%;
	top:50%;
    transform: translate(-50%, -50%);
	background:url('../images/package/uk_exStudent/section4_check.png') no-repeat;
	width:55px;
	height:55px;
	background-size:55px;
}
.uk_exStudent_wrap .section4  .school_text p {
	text-align:left;
}
.uk_exStudent_wrap .section4 .school_back {
	color:white;
	font-size:22px;
	text-align: left;
    display: grid;
    align-items: end;
    padding: 20px;
	border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.uk_exStudent_wrap .section4  .school_text {
	background:#f3f3f3;
	border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
	display: grid;
    align-items: center;
    padding-left: 60px;
}
.uk_exStudent_wrap .section4  .school_text p {
	font-size:22px;
}
.uk_exStudent_wrap .section4 .school_back span {
font-family: 'NanumSquareacEB';
}
.uk_exStudent_wrap .section4 .school_back1 {
	background:url(../images/package/uk_exStudent/school_1.jpg) no-repeat;
}
.uk_exStudent_wrap .section4 .school_back2 {
	background:url(../images/package/uk_exStudent/school_2.jpg) no-repeat;
}
.uk_exStudent_wrap .section4 .school_back3 {
	background:url(../images/package/uk_exStudent/school_3.jpg) no-repeat;
}
.uk_exStudent_wrap .section4 .school_back4 {
	background:url(../images/package/uk_exStudent/school_4.jpg) no-repeat;
}
.uk_exStudent_wrap .section4 .school_back5 {
	background:url(../images/package/uk_exStudent/school_5.jpg) no-repeat;
}
.uk_exStudent_wrap .section4 .school_back6 {
	background:url(../images/package/uk_exStudent/school_6.jpg) no-repeat;
}
.uk_exStudent_wrap .section4 .school_back7 {
	background:url(../images/package/uk_exStudent/school_7.jpg) no-repeat;
}
.uk_exStudent_wrap .section4 .school_back8 {
	background:url(../images/package/uk_exStudent/school_8.jpg) no-repeat;
}
.uk_exStudent_wrap .section4 .school_back9 {
	background:url(../images/package/uk_exStudent/school_9.jpg) no-repeat;
}
.uk_exStudent_wrap .section5 {
	background:#f3f3f3;
}
.uk_exStudent_wrap .section5 .border_wrap {
	background:url(../images/package/uk_exStudent/section5_border.jpg) no-repeat;
	height:338px;
	display: flex;
    gap: 30px;
}
.uk_exStudent_wrap .section5 .border_wrap .border_box {
	flex: 1;
    padding: 55px 30px 30px;
}
.uk_exStudent_wrap .section5 .border_wrap .border_box  img {
	width:32px;
	margin:20px 0;
}
.uk_exStudent_wrap .section5 .border_wrap .border_box .color_back {
	font-size:36px;
	background:#022d3a;
	color:white;
	width: max-content;
    margin: 0 auto;
	font-family: 'NanumSquareacEB';
    padding: 5px 5px 3px;
}
.uk_exStudent_wrap .section5 .border_wrap .border_box .detail_text {
	font-size:30px;
	letter-spacing: -2.5px;
}
.uk_exStudent_wrap .section5 .border_wrap .border_box .detail_text span {
	font-family: 'NanumSquareacEB';
}
.uk_exStudent_wrap .section6 .grid_wrap {
	display:grid;
}
.uk_exStudent_wrap .section6 .grid_wrap .color_back {
	background:#022d3a;
	border-radius:10px;
	color:white;
	height:80px;
    line-height: 80px;
	font-size:32px;
	font-family: 'NanumSquareacEB';
	position:relative;
}
.uk_exStudent_wrap .section6 .grid_wrap .color_back:after  {
    content: '';
    left: 50%;
    position: absolute;
    margin-left: -1px;
    bottom: -11px;
    width: 2px;
    height: 12px;
    background: #022d3a;
}
.uk_exStudent_wrap .section6 .grid_wrap .gray_back {
	border:2px dashed #022d3a;
	background:#f3f3f3;
	border-radius:10px;
	font-size:26px;
	margin-top:10px;
}
.uk_exStudent_wrap .section6 .grid_wrap .gray_back p {
font-family: 'NanumSquareacEB';
    line-height: 1.6;
	padding:15px 0;
    letter-spacing: -2px;
}
.uk_exStudent_wrap .section6 .grid_box > img {
	width:23px;
	margin:10px 0;
}
.uk_exStudent_wrap .section6 .grid_box  .green_arrow {
	width:82px;
}
.uk_exStudent_wrap .section6 .grid_wrap  .green_box .color_back {
	background:#119b9a;
}
.uk_exStudent_wrap .section7 {
	background:#f3f3f3;
}
.uk_exStudent_wrap .section7 table {
	width:100%;
	line-height:1.3;
	border-radius:10px;
	text-align:center;
}
.uk_exStudent_wrap .section7 table td {
    vertical-align: middle;
	height:40px;
	border-right:1px solid #e7e7e7;
}
.uk_exStudent_wrap .section7 table td:last-child {
	border-right:none;
}

.uk_exStudent_wrap .section7 table thead td:first-child {
	    border-top-left-radius: 20px;
}
.uk_exStudent_wrap .section7 table thead td:last-child {
	    border-top-right-radius: 20px;
}

.uk_exStudent_wrap .section7 table tbody tr:last-child td:first-child {
	    border-bottom-left-radius: 20px;
}
.uk_exStudent_wrap .section7 table tbody tr:last-child td:last-child {
	    border-bottom-right-radius: 20px;
}

.uk_exStudent_wrap .section7 table thead td {
	height:50px;
	background:#022d3a;
}
.uk_exStudent_wrap .section7 table thead {
	color:white;
	font-family: 'NanumSquareacEB';
	font-size:20px;
}
.uk_exStudent_wrap .section7 table tbody {
	background:white;
	color:#022d3a;
}
.uk_exStudent_wrap .section7 table tbody td {
	border-bottom:1px solid #e7e7e7;
}
.uk_exStudent_wrap .section7 table tbody tr:last-child td {
	border-bottom:none;
}

.uk_exStudent_wrap .last_section .go_btn{
    margin-top: 60px;
    background: none;
    border: 4px dotted #022d3a;
    padding: 6px;
	margin-bottom:40px;
    border-radius: 25px;
}
.uk_exStudent_wrap .last_section .go_btn .border_btn {
	font-size:44px;
	font-family: 'NanumSquareacEB';
	border:none;
	background:#022d3a;
	color:white;
	display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 18px;
    padding: 20px 40px;
    border-radius: 20px;
	cursor:pointer;
}
.uk_exStudent_wrap .main_section.last_section .detail_title {
margin-bottom: 70px;
}
.uk_exStudent_wrap .last_section .go_btn img {
	width:50px;
}
.uk_exStudent_wrap .last_section .go_btn span {
	color:#8cd7d6;
}
.uk_exStudent_wrap .main_section.last_section .top_title {
	font-size:34px;
	letter-spacing: -4px;
}
.uk_exStudent_wrap .main_section.last_section .main_title {
	font-size:110px;
}
.uk_exStudent_wrap .main_section.last_section .top_title span {
font-family: 'NanumSquareR';
}